Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwCommon.h199 struct SwDashStroke struct
201 SwOutline* outline = nullptr;
202 float curLen = 0;
203 int32_t curIdx = 0;
204 Point ptStart = {0, 0};
205 Point ptCur = {0, 0};
206 float* pattern = nullptr;
207 uint32_t cnt = 0;
208 bool curOpGap = false;
209 bool move = true;