Searched refs:SimplifyResult (Results 1 – 3 of 3) sorted by relevance
73 enum class SimplifyResult : bool { enum78 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()
1198 GrTriangulator::SimplifyResult GrTriangulator::simplify(VertexList* mesh, in simplify()1202 auto result = SimplifyResult::kAlreadySimple; in simplify()1223 result = SimplifyResult::kFoundSelfIntersection; in simplify()1231 result = SimplifyResult::kFoundSelfIntersection; in simplify()