Searched refs:m_ClipType (Results 1 – 2 of 2) sorted by relevance
1518 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()
293 ClipType m_ClipType; variable