Searched refs:SimplifyResult (Results 1 – 3 of 3) sorted by relevance
76 enum class SimplifyResult : bool { enum81 SimplifyResult simplify(VertexList* mesh, const Comparator&) const;
627 was_complex = (SimplifyResult::kFoundSelfIntersection == result) || was_complex; in tessellate()629 was_complex = (SimplifyResult::kFoundSelfIntersection == result) || was_complex; in tessellate()
1296 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()