Home
last modified time | relevance | path

Searched refs:m_ClipType (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp1518 m_ClipType = clipType; in Execute()
1535 m_ClipType = clipType; in Execute()
1641 else if (edge.WindDelta == 0 && m_ClipType != ctUnion) in SetWindingCount()
1770 switch(m_ClipType) in IsContributing()
2125 e1->WindDelta != e2->WindDelta && m_ClipType == ctUnion) in IntersectEdges()
2148 (m_ClipType != ctUnion || e2->WindCnt2 == 0)) in IntersectEdges()
2154 (m_ClipType != ctUnion || e1->WindCnt2 == 0)) in IntersectEdges()
2225 (e1->PolyTyp != e2->PolyTyp && m_ClipType != ctXor) ) in IntersectEdges()
2278 switch( m_ClipType ) { in IntersectEdges()
H A Dclipper.h293 ClipType m_ClipType; variable