Searched refs:_handleClipPathAttr (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgLoader.cpp | 1134 static void _handleClipPathAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleClipPathAttr() function 1305 _handleClipPathAttr(loader, node, value); in _attrParseGNode() 1585 _handleClipPathAttr(loader, node, value); in _attrParsePathNode() 1647 _handleClipPathAttr(loader, node, value); in _attrParseCircleNode() 1714 _handleClipPathAttr(loader, node, value); in _attrParseEllipseNode() 1763 _handleClipPathAttr(loader, node, value); in _attrParsePolygonNode() 1850 _handleClipPathAttr(loader, node, value); in _attrParseRectNode() 1915 _handleClipPathAttr(loader, node, value); in _attrParseLineNode() 1988 _handleClipPathAttr(loader, node, value); in _attrParseImageNode() 2167 _handleClipPathAttr(loader, node, value); in _attrParseTextNode()
|