Home
last modified time | relevance | path

Searched refs:mergeCoincidentVertices (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp624 this->mergeCoincidentVertices(&innerMesh, c); in tessellate()
625 bool was_complex = this->mergeCoincidentVertices(&fOuterMesh, c); in tessellate()
650 this->mergeCoincidentVertices(&aaMesh, c); in tessellate()
H A DGrTriangulator.h168 bool mergeCoincidentVertices(VertexList* mesh, const Comparator&) const;
H A DGrTriangulator.cpp1140 bool GrTriangulator::mergeCoincidentVertices(VertexList* mesh, const Comparator& c) const { in mergeCoincidentVertices() function in GrTriangulator
1515 this->mergeCoincidentVertices(&mesh, c); in contoursToPolys()

Completed in 6 milliseconds