Searched refs:outputTriangles (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/ |
| H A D | clip2tri.cpp | 74 … clip2tri::triangulate(const vector<vector<Point> > &inputPolygons, vector<Point> &outputTriangles, in triangulate() argument 84 triangulateComplex(outputTriangles, bounds, solution); in triangulate() 300 bool clip2tri::triangulateComplex(vector<Point> &outputTriangles, const Path &outline, in triangulateComplex() argument 368 …outputTriangles.push_back(Point(currentTriangle->GetPoint(0)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex() 369 …outputTriangles.push_back(Point(currentTriangle->GetPoint(1)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex() 370 …outputTriangles.push_back(Point(currentTriangle->GetPoint(2)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex() 399 if(outputTriangles.size() == 0) in triangulateComplex()
|
| H A D | clip2tri.h | 72 bool triangulateComplex(vector<Point> &outputTriangles, const Path &outline, 80 void triangulate(const vector<vector<Point> > &inputPolygons, vector<Point> &outputTriangles,
|