Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgXmlParser.cpp45 …gnoreUnsupportedLogAttributes(TVG_UNUSED const char* tagAttribute, TVG_UNUSED const char* tagValue) in _isIgnoreUnsupportedLogAttributes() argument
65 if (attributes[i].value && tagValue) { in _isIgnoreUnsupportedLogAttributes()
66 if (!strncmp(tagValue, attributes[i].value, strlen(tagValue))) { in _isIgnoreUnsupportedLogAttributes()