Home
last modified time | relevance | path

Searched refs:svgPathToShape (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgPath.h31 bool svgPathToShape(const char* svgPath, Shape* shape);
DtvgSvgPath.cpp549 bool svgPathToShape(const char* svgPath, Shape* shape) in svgPathToShape() function
DtvgSvgSceneBuilder.cpp411 if (!svgPathToShape(node->node.path.path, shape)) { in _recognizeShape()