Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/utils/
H A DSkPolyUtils.cpp1472 struct TriangulationVertex { struct
1475 enum class VertexType { kConvex, kReflex };
1477 SkPoint fPosition;
1478 VertexType fVertexType;
1479 uint16_t fIndex;
1480 uint16_t fPrevIndex;
1481 uint16_t fNextIndex;