Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp76 to->fill.paint.curColor = from->fill.paint.curColor; in _copyStyle()
110 to->stroke.paint.curColor = from->stroke.paint.curColor; in _copyStyle()
DtvgSvgLoaderCommon.h437 bool curColor; member
DtvgSvgLoader.cpp1019 paint->curColor = true; in _handlePaintAttr()
1432 node->style->fill.paint.curColor = false; in _createNode()
1442 node->style->stroke.paint.curColor = false; in _createNode()
2982 child->fill.paint.curColor = parent->fill.paint.curColor; in _styleInherit()
2998 child->stroke.paint.curColor = parent->stroke.paint.curColor; in _styleInherit()
3056 to->fill.paint.curColor = from->fill.paint.curColor; in _styleCopy()
3073 to->stroke.paint.curColor = from->stroke.paint.curColor; in _styleCopy()
DtvgSvgSceneBuilder.cpp342 } else if (style->fill.paint.curColor) { in _applyProperty()
386 } else if (style->stroke.paint.curColor) { in _applyProperty()
795 } else if (style->fill.paint.curColor) { in _applyTextFill()