Searched refs:svgPathToShape (Results 1 – 3 of 3) sorted by relevance
31 bool svgPathToShape(const char* svgPath, Shape* shape);
549 bool svgPathToShape(const char* svgPath, Shape* shape) in svgPathToShape() function
411 if (!svgPathToShape(node->node.path.path, shape)) { in _recognizeShape()