Searched refs:kReflex (Results 1 – 2 of 2) sorted by relevance
1397 enum class VertexType { kConvex, kReflex }; enumerator1542 if (TriangulationVertex::VertexType::kReflex == p->fVertexType) { in reclassify_vertex()1593 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kReflex; in SkTriangulateSimplePolygon()1616 if (TriangulationVertex::VertexType::kReflex == prevType || in SkTriangulateSimplePolygon()1617 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()1646 SkASSERT(TriangulationVertex::VertexType::kReflex != earVertex->fVertexType); in SkTriangulateSimplePolygon()
1419 enum class VertexType { kConvex, kReflex }; enumerator1564 if (TriangulationVertex::VertexType::kReflex == p->fVertexType) { in reclassify_vertex()1615 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kReflex; in SkTriangulateSimplePolygon()1638 if (TriangulationVertex::VertexType::kReflex == prevType || in SkTriangulateSimplePolygon()1639 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()1668 SkASSERT(TriangulationVertex::VertexType::kReflex != earVertex->fVertexType); in SkTriangulateSimplePolygon()