Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h325 void IntersectEdges(TEdge *e1, TEdge *e2, IntPoint &pt);
H A Dclipper.cpp2070 IntersectEdges(rb , e , lb->Curr); //order important here in InsertLocalMinimaIntoAEL()
2106 void Clipper::IntersectEdges(TEdge *e1, TEdge *e2, IntPoint &Pt) in IntersectEdges() function in QtClipperLib::Clipper
2746 IntersectEdges(horzEdge, e, Pt); in ProcessHorizontal()
2751 IntersectEdges( e, horzEdge, Pt); in ProcessHorizontal()
2908 IntersectEdges( iNode->Edge1, iNode->Edge2, iNode->Pt); in ProcessIntersectList()
2967 IntersectEdges(e, eNext, e->Top); in DoMaxima()