Home
last modified time | relevance | path

Searched refs:VertexType (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/utils/
DSkPolyUtils.cpp1397 enum class VertexType { kConvex, kReflex }; enum
1400 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 …]
/external/skia/src/utils/
DSkPolyUtils.cpp1419 enum class VertexType { kConvex, kReflex }; enum
1422 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 …]
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp738 template <class VertexType>
752 VertexType* verts = reinterpret_cast<VertexType*>(vertices); in check_bounds()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp737 template <class VertexType>
751 VertexType* verts = reinterpret_cast<VertexType*>(vertices); in check_bounds()