Searched refs:TopX (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.cpp | 615 inline cInt TopX(TEdge &edge, const cInt currentY) in TopX() function 632 ip.X = TopX(Edge1, ip.Y); in IntersectPoint() 676 ip.X = TopX(Edge1, ip.Y); in IntersectPoint() 678 ip.X = TopX(Edge2, ip.Y); in IntersectPoint() 686 ip.X = TopX(Edge2, ip.Y); else in IntersectPoint() 687 ip.X = TopX(Edge1, ip.Y); in IntersectPoint() 1871 cInt xPrev = TopX(*prevE, Pt.Y); in AddLocalMinPoly() 1872 cInt xE = TopX(*e, Pt.Y); in AddLocalMinPoly() 2863 e->Curr.X = TopX( *e, topY ); in BuildIntersectList() 2880 if (Pt.Y < topY) Pt = IntPoint(TopX(*e, topY), topY); in BuildIntersectList() [all …]
|