Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp46 if ((from->curColorSet && !(to->flags & SvgStyleFlags::Color)) || in _copyStyle()
49 to->curColorSet = true; in _copyStyle()
DtvgSvgLoaderCommon.h503 bool curColorSet; member
DtvgSvgLoader.cpp1031 style->curColorSet = true; in _handleColorAttr()
1433 node->style->curColorSet = false; in _createNode()
2971 if (!child->curColorSet) { in _styleInherit()
2973 child->curColorSet = parent->curColorSet; in _styleInherit()
3038 if (from->curColorSet) { in _styleCopy()
3040 to->curColorSet = true; in _styleCopy()