Searched refs:_dashMoveTo (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 232 static void _dashMoveTo(SwDashStroke& dash, const Point* pts) in _dashMoveTo() function 240 static void _dashMoveTo(SwDashStroke& dash, uint32_t offIdx, float offset, const Point* pts) in _dashMoveTo() function 380 _dashMoveTo(dash, offIdx, offset, pts); in _genDashOutline() 395 _dashMoveTo(dash, offIdx, offset, pts); in _genDashOutline() 396 } else _dashMoveTo(dash, pts); in _genDashOutline() 397 } else _dashMoveTo(dash, offIdx, offset, pts); in _genDashOutline()
|