Searched refs:simpleXMLAttributeCb (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgXmlParser.h | 51 typedef bool (*simpleXMLAttributeCb)(void* data, const char* key, const char* value); typedef 53 bool simpleXmlParseAttributes(const char* buf, unsigned bufLength, simpleXMLAttributeCb func, const… 55 bool simpleXmlParseW3CAttribute(const char* buf, unsigned bufLength, simpleXMLAttributeCb func, con…
|
D | tvgXmlParser.cpp | 301 bool simpleXmlParseAttributes(const char* buf, unsigned bufLength, simpleXMLAttributeCb func, const… in simpleXmlParseAttributes() 471 bool simpleXmlParseW3CAttribute(const char* buf, unsigned bufLength, simpleXMLAttributeCb func, con… in simpleXmlParseW3CAttribute()
|
D | tvgSvgLoader.cpp | 79 typedef bool (*parseAttributes)(const char* buf, unsigned bufLength, simpleXMLAttributeCb func, con…
|