Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkPolyUtils.cpp1442 struct TriangulationVertex { struct
1445 enum class VertexType { kConvex, kReflex };
1447 SkPoint fPosition;
1448 VertexType fVertexType;
1449 uint16_t fIndex;
1450 uint16_t fPrevIndex;
1451 uint16_t fNextIndex;