Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp2828 size_t IlSize = m_IntersectList.size(); in ProcessIntersections() local
2829 if (IlSize == 0) return true; in ProcessIntersections()
2830 if (IlSize == 1 || FixupIntersectionOrder()) ProcessIntersectList(); in ProcessIntersections()