Home
last modified time | relevance | path

Searched refs:PointInPolygon (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp178 return PointInPolygon(pt, path); in pointInPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h173 int PointInPolygon(const IntPoint &pt, const Path &path);
H A Dclipper.cpp440 int PointInPolygon(const IntPoint &pt, const Path &path) in PointInPolygon() function
484 int PointInPolygon (const IntPoint &pt, OutPt *op) in PointInPolygon() function
532 int res = PointInPolygon(op->Pt, OutPt2); in Poly2ContainsPoly1()