Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrTriangulator.h76 enum class SimplifyResult : bool { enum
81 SimplifyResult simplify(VertexList* mesh, const Comparator&) const;
DGrAATriangulator.cpp627 was_complex = (SimplifyResult::kFoundSelfIntersection == result) || was_complex; in tessellate()
629 was_complex = (SimplifyResult::kFoundSelfIntersection == result) || was_complex; in tessellate()
DGrTriangulator.cpp1296 GrTriangulator::SimplifyResult GrTriangulator::simplify(VertexList* mesh, in simplify()
1300 auto result = SimplifyResult::kAlreadySimple; in simplify()
1321 result = SimplifyResult::kFoundSelfIntersection; in simplify()
1329 result = SimplifyResult::kFoundSelfIntersection; in simplify()