Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoader.cpp3448 static bool _svgLoaderParser(void* data, SimpleXMLType type, const char* content, unsigned int leng… in _svgLoaderParser() function
3822 if (!simpleXmlParse(content, size, true, _svgLoaderParser, &(loaderData))) return; in run()