Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp1516 m_SubjFillType = subjFillType; in Execute()
1533 m_SubjFillType = subjFillType; in Execute()
1633 PolyFillType pft = (edge.PolyTyp == ptSubject ? m_SubjFillType : m_ClipFillType); in SetWindingCount()
1728 return m_SubjFillType == pftEvenOdd; else in IsEvenOddFillType()
1737 return m_SubjFillType == pftEvenOdd; in IsEvenOddAltFillType()
1746 pft = m_SubjFillType; in IsContributing()
1751 pft2 = m_SubjFillType; in IsContributing()
2191 e1FillType = m_SubjFillType; in IntersectEdges()
2196 e1FillType2 = m_SubjFillType; in IntersectEdges()
2200 e2FillType = m_SubjFillType; in IntersectEdges()
[all …]
H A Dclipper.h299 PolyFillType m_SubjFillType; variable