Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwCommon.h103 struct SwOutline struct
105 Array<SwPoint> pts; //the outline's points
106 Array<uint32_t> cntrs; //the contour end points
107 Array<uint8_t> types; //curve type
108 Array<bool> closed; //opened or closed path?
109 FillRule fillRule;