Searched refs:moveTo (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgShape.cpp | 105 Result Shape::moveTo(float x, float y) noexcept in moveTo() function in Shape 107 pImpl->moveTo(x, y); in moveTo() 149 pImpl->moveTo(cx + rx, cy); in appendCircle() 181 pImpl->moveTo(cx, cy); in appendArc() 184 pImpl->moveTo(start.x + cx, start.y + cy); in appendArc() 236 pImpl->moveTo(x, y); in appendRect() 246 pImpl->moveTo(x + rx, y); in appendRect()
|
D | tvgSvgSceneBuilder.cpp | 425 shape->moveTo(pts[0], pts[1]); in _recognizeShape() 435 shape->moveTo(pts[0], pts[1]); in _recognizeShape() 450 shape->moveTo(node->node.line.x1, node->node.line.y1); in _recognizeShape()
|
D | tvgShape.h | 183 void moveTo(float x, float y) in moveTo() function
|
D | thorvg.h | 880 Result moveTo(float x, float y) noexcept;
|
D | tvgCapi.cpp | 290 return (Tvg_Result) reinterpret_cast<Shape*>(paint)->moveTo(x, y); in tvg_shape_move_to()
|
D | tvgLottieBuilder.cpp | 633 shape->moveTo(in.x, in.y); in _updateStar() 739 shape->moveTo(in.x, in.y); in _updatePolygon()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2395 TVG_CHECK_RETURN_RESULT(shape->moveTo(x, y)); in shape_append_path()
|