Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoader.cpp3529 static void _updateStyle(SvgNode* node, SvgStyleProperty* parentStyle) in _updateStyle() function
3536 _updateStyle(*child, node->style); in _updateStyle()
3835 _updateStyle(loaderData.doc, nullptr); in run()
3836 if (defs) _updateStyle(defs, nullptr); in run()