Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp74 … 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
368outputTriangles.push_back(Point(currentTriangle->GetPoint(0)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex()
369outputTriangles.push_back(Point(currentTriangle->GetPoint(1)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex()
370outputTriangles.push_back(Point(currentTriangle->GetPoint(2)->x * CLIPPER_SCALE_FACT_INVERSE, curr… in triangulateComplex()
399 if(outputTriangles.size() == 0) in triangulateComplex()
H A Dclip2tri.h72 bool triangulateComplex(vector<Point> &outputTriangles, const Path &outline,
80 void triangulate(const vector<vector<Point> > &inputPolygons, vector<Point> &outputTriangles,