Home
last modified time | relevance | path

Searched refs:fVertexType (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/utils/
DSkPolyUtils.cpp1400 VertexType fVertexType; member
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()
1612 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon()
1613 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon()
1646 SkASSERT(TriangulationVertex::VertexType::kReflex != earVertex->fVertexType); in SkTriangulateSimplePolygon()
/external/skia/src/utils/
DSkPolyUtils.cpp1448 VertexType fVertexType; member
1590 if (TriangulationVertex::VertexType::kReflex == p->fVertexType) { in reclassify_vertex()
1594 p->fVertexType = TriangulationVertex::VertexType::kConvex; in reclassify_vertex()
1639 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kConvex; in SkTriangulateSimplePolygon()
1641 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kReflex; in SkTriangulateSimplePolygon()
1657 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon()
1660 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon()
1661 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon()
1694 SkASSERT(TriangulationVertex::VertexType::kReflex != earVertex->fVertexType); in SkTriangulateSimplePolygon()