Searched refs:appendRect (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModel.cpp | 444 clipper->appendRect(0.0f, 0.0f, w, h); in prepare() 450 solidFill->appendRect(0, 0, static_cast<float>(w), static_cast<float>(h)); in prepare()
|
D | tvgSvgSceneBuilder.cpp | 446 …shape->appendRect(node->node.rect.x, node->node.rect.y, node->node.rect.w, node->node.rect.h, node… in _recognizeShape() 757 viewBoxClip->appendRect(0, 0, width, height, 0, 0); in _useBuildHelper() 928 viewBoxClip->appendRect(0, 0, w, h); in svgSceneBuild()
|
D | tvgShape.cpp | 224 Result Shape::appendRect(float x, float y, float w, float h, float rx, float ry) noexcept in appendRect() function in Shape
|
D | thorvg.h | 942 Result appendRect(float x, float y, float w, float h, float rx = 0, float ry = 0) noexcept;
|
D | tvgCapi.cpp | 318 return (Tvg_Result) reinterpret_cast<Shape*>(paint)->appendRect(x, y, w, h, rx, ry); in tvg_shape_append_rect()
|
D | tvgLottieBuilder.cpp | 1435 clip->appendRect(0, 0, comp->w, comp->h); in build()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2459 TVG_CHECK_RETURN_RESULT(cilp->appendRect(x_min, y_min, x_max - x_min, y_max - y_min, 0, 0)); in shape_append_path() 2470 … TVG_CHECK_RETURN_RESULT(shape->appendRect(rect->x, rect->y, rect->width, rect->height, 0, 0)); in shape_append_rect() 2473 TVG_CHECK_RETURN_RESULT(shape->appendRect(0, 0, target->width, target->height, 0, 0)); in shape_append_rect()
|