Searched refs:m_UseFullRange (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.cpp | 886 m_UseFullRange = false; in ClipperBase() 1068 RangeTest(pg[0], m_UseFullRange); in AddPath() 1069 RangeTest(pg[highI], m_UseFullRange); in AddPath() 1074 RangeTest(pg[i], m_UseFullRange); in AddPath() 1101 SlopesEqual(E->Prev->Curr, E->Curr, E->Next->Curr, m_UseFullRange) && in AddPath() 1242 m_UseFullRange = false; in Clear() 1477 m_UseFullRange = false; in Clipper() 1874 SlopesEqual(IntPoint(xPrev, Pt.Y), prevE->Top, IntPoint(xE, Pt.Y), e->Top, m_UseFullRange)) in AddLocalMinPoly() 2045 SlopesEqual(lb->PrevInAEL->Bot, lb->PrevInAEL->Top, lb->Curr, lb->Top, m_UseFullRange) && in InsertLocalMinimaIntoAEL() 2056 SlopesEqual(rb->PrevInAEL->Curr, rb->PrevInAEL->Top, rb->Curr, rb->Top, m_UseFullRange) && in InsertLocalMinimaIntoAEL() [all …]
|
| H A D | clipper.h | 249 bool m_UseFullRange; variable
|