Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoaderCommon.h492 struct SvgStyleProperty struct
514 SvgStyleProperty *style; argument
DtvgSvgCssStyle.cpp42 static void _copyStyle(SvgStyleProperty* to, const SvgStyleProperty* from) in _copyStyle()
DtvgSvgLoader.cpp1029 SvgStyleProperty* style = node->style; in _handleColorAttr()
1038 SvgStyleProperty* style = node->style; in _handleFillAttr()
1046 SvgStyleProperty* style = node->style; in _handleStrokeAttr()
1136 SvgStyleProperty* style = node->style; in _handleClipPathAttr()
1147 SvgStyleProperty* style = node->style; in _handleMaskAttr()
1418 node->style = (SvgStyleProperty*)calloc(1, sizeof(SvgStyleProperty)); in _createNode()
2967 static void _styleInherit(SvgStyleProperty* child, const SvgStyleProperty* parent) in _styleInherit()
3034 static void _styleCopy(SvgStyleProperty* to, const SvgStyleProperty* from) in _styleCopy()
3529 static void _updateStyle(SvgNode* node, SvgStyleProperty* parentStyle) in _updateStyle()
3621 static void _freeNodeStyle(SvgStyleProperty* style) in _freeNodeStyle()
DtvgSvgSceneBuilder.cpp319 SvgStyleProperty* style = node->style; in _applyProperty()
776 static void _applyTextFill(SvgStyleProperty* style, Text* text, const Box& vBox) in _applyTextFill()