Home
last modified time | relevance | path

Searched refs:appendRect (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.cpp444 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()
DtvgSvgSceneBuilder.cpp446 …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()
DtvgShape.cpp224 Result Shape::appendRect(float x, float y, float w, float h, float rx, float ry) noexcept in appendRect() function in Shape
Dthorvg.h942 Result appendRect(float x, float y, float w, float h, float rx = 0, float ry = 0) noexcept;
DtvgCapi.cpp318 return (Tvg_Result) reinterpret_cast<Shape*>(paint)->appendRect(x, y, w, h, rx, ry); in tvg_shape_append_rect()
DtvgLottieBuilder.cpp1435 clip->appendRect(0, 0, comp->w, comp->h); in build()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2459 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()