Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h321 void AddLocalMaxPoly(TEdge *e1, TEdge *e2, const IntPoint &pt);
H A Dclipper.cpp1884 void Clipper::AddLocalMaxPoly(TEdge *e1, TEdge *e2, const IntPoint &Pt) in AddLocalMaxPoly() function in QtClipperLib::Clipper
2227 AddLocalMaxPoly(e1, e2, Pt); in IntersectEdges()
2737 AddLocalMaxPoly(horzEdge, eMaxPair, horzEdge->Top); in ProcessHorizontal()
2979 if (e->OutIdx >= 0) AddLocalMaxPoly(e, eMaxPair, e->Top); in DoMaxima()