Searched refs:fVertexType (Results 1 – 2 of 2) sorted by relevance
1400 VertexType fVertexType; member1542 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()
1448 VertexType fVertexType; member1590 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()