Searched refs:SlopesEqual (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.cpp | 541 bool SlopesEqual(const TEdge &e1, const TEdge &e2, bool UseFullInt64Range) in SlopesEqual() function 554 bool SlopesEqual(const IntPoint pt1, const IntPoint pt2, in SlopesEqual() function 566 bool SlopesEqual(const IntPoint pt1, const IntPoint pt2, in SlopesEqual() function 1101 SlopesEqual(E->Prev->Curr, E->Curr, E->Next->Curr, m_UseFullRange) && in AddPath() 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() 2798 SlopesEqual(*horzEdge, *ePrev, m_UseFullRange))) in ProcessHorizontal() 2806 SlopesEqual(*horzEdge, *eNext, m_UseFullRange)) in ProcessHorizontal() 3088 SlopesEqual(e->Curr, e->Top, ePrev->Curr, ePrev->Top, m_UseFullRange) && in ProcessEdgesAtTopOfScanbeam() [all …]
|