Home
last modified time | relevance | path

Searched defs:TriangulationVertex (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkPolyUtils.cpp1443 struct TriangulationVertex { struct
1446 enum class VertexType { kConvex, kReflex };
1448 SkPoint fPosition;
1449 VertexType fVertexType;
1450 uint16_t fIndex;
1451 uint16_t fPrevIndex;
1452 uint16_t fNextIndex;