Searched refs:_appendShape (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgSceneBuilder.cpp | 43 static bool _appendShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, c… 401 if (_appendShape(loaderData, node, shape.get(), vBox, svgPath)) return shape; in _shapeBuildHelper() 462 static bool _appendShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, c… in _appendShape() function
|