Searched refs:VertexType (Results 1 – 4 of 4) sorted by relevance
1397 enum class VertexType { kConvex, kReflex }; enum1400 VertexType fVertexType;1542 if (TriangulationVertex::VertexType::kReflex == p->fVertexType) { in reclassify_vertex()1546 p->fVertexType = TriangulationVertex::VertexType::kConvex; in reclassify_vertex()1591 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kConvex; in SkTriangulateSimplePolygon()1593 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kReflex; in SkTriangulateSimplePolygon()1609 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon()1610 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon()1612 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon()1613 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon()[all …]
1419 enum class VertexType { kConvex, kReflex }; enum1422 VertexType fVertexType;1564 if (TriangulationVertex::VertexType::kReflex == p->fVertexType) { in reclassify_vertex()1568 p->fVertexType = TriangulationVertex::VertexType::kConvex; in reclassify_vertex()1613 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kConvex; in SkTriangulateSimplePolygon()1615 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kReflex; in SkTriangulateSimplePolygon()1631 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon()1632 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon()1634 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon()1635 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon()[all …]
738 template <class VertexType>752 VertexType* verts = reinterpret_cast<VertexType*>(vertices); in check_bounds()
737 template <class VertexType>751 VertexType* verts = reinterpret_cast<VertexType*>(vertices); in check_bounds()