Searched refs:_outlineMoveTo (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 54 static bool _outlineMoveTo(SwOutline& outline, const Point* to, const Matrix& transform, bool close… in _outlineMoveTo() function 110 _outlineMoveTo(*dash.outline, &dash.ptCur, transform); in _dashLineTo() 116 _outlineMoveTo(*dash.outline, &dash.ptCur, transform); in _dashLineTo() 130 _outlineMoveTo(*dash.outline, &left.pt1, transform); in _dashLineTo() 149 _outlineMoveTo(*dash.outline, &cur.pt1, transform); in _dashLineTo() 172 _outlineMoveTo(*dash.outline, &dash.ptCur, transform); in _dashCubicTo() 177 _outlineMoveTo(*dash.outline, &dash.ptCur, transform); in _dashCubicTo() 191 _outlineMoveTo(*dash.outline, &left.start, transform); in _dashCubicTo() 210 _outlineMoveTo(*dash.outline, &cur.start, transform); in _dashCubicTo() 465 closed = _outlineMoveTo(*outline, pts, transform, closed); in _genOutline()
|