Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.h81 const vector<Point> &boundingPolygon);
H A Dclip2tri.cpp75 const vector<Point> &boundingPolygon) in triangulate() argument
81 Path bounds = upscaleClipperPoints(boundingPolygon); in triangulate()