Searched refs:SvgNode (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgCssStyle.h | 31 void cssCopyStyleAttr(SvgNode* to, const SvgNode* from); 32 SvgNode* cssFindStyleNode(const SvgNode* style, const char* title, SvgNodeType type); 33 SvgNode* cssFindStyleNode(const SvgNode* style, const char* title); 34 void cssUpdateStyle(SvgNode* doc, SvgNode* style); 35 void cssApplyStyleToPostponeds(Array<SvgNodeIdPair>& postponeds, SvgNode* style);
|
D | tvgSvgLoaderCommon.h | 32 struct SvgNode; 280 SvgNode* defs; 281 SvgNode* style; 312 SvgNode* symbol; 420 SvgNode* node; 508 struct SvgNode struct 511 SvgNode* parent; argument 512 Array<SvgNode*> child; argument 535 ~SvgNode(); argument 540 SvgNode* node; [all …]
|
D | tvgSvgLoader.cpp | 80 typedef SvgNode* (*FactoryMethod)(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned… 912 static void _postpone(Array<SvgNodeIdPair>& nodes, SvgNode *node, char* id) in _postpone() 956 SvgNode* node = loader->svgParse->node; in _attrParseSvgNode() 1027 static void _handleColorAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleColorAttr() 1036 static void _handleFillAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleFillAttr() 1044 static void _handleStrokeAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeAttr() 1052 static void _handleStrokeOpacityAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* v… in _handleStrokeOpacityAttr() 1058 static void _handleStrokeDashArrayAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeDashArrayAttr() 1064 static void _handleStrokeDashOffsetAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeDashOffsetAttr() 1070 static void _handleStrokeWidthAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeWidthAttr() [all …]
|
D | tvgSvgCssStyle.cpp | 189 void cssCopyStyleAttr(SvgNode* to, const SvgNode* from) in cssCopyStyleAttr() 213 SvgNode* cssFindStyleNode(const SvgNode* style, const char* title, SvgNodeType type) in cssFindStyleNode() 227 SvgNode* cssFindStyleNode(const SvgNode* style, const char* title) in cssFindStyleNode() 241 void cssUpdateStyle(SvgNode* doc, SvgNode* style) in cssUpdateStyle() 255 void cssApplyStyleToPostponeds(Array<SvgNodeIdPair>& postponeds, SvgNode* style) in cssApplyStyleToPostponeds()
|
D | tvgSvgSceneBuilder.cpp | 43 static bool _appendShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, c… 44 static bool _appendClipShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBo… 45 static unique_ptr<Scene> _sceneBuildHelper(SvgLoaderData& loaderData, const SvgNode* node, const Bo… 208 static bool _appendClipUseNode(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& v… in _appendClipUseNode() 225 static bool _appendClipChild(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBo… in _appendClipChild() 234 static Matrix _compositionTransform(Paint* paint, const SvgNode* node, const SvgNode* compNode, Svg… in _compositionTransform() 254 static void _applyComposition(SvgLoaderData& loaderData, Paint* paint, const SvgNode* node, const B… in _applyComposition() 317 static void _applyProperty(SvgLoaderData& loaderData, SvgNode* node, Shape* vg, const Box& vBox, co… in _applyProperty() 398 static unique_ptr<Shape> _shapeBuildHelper(SvgLoaderData& loaderData, SvgNode* node, const Box& vBo… in _shapeBuildHelper() 406 static bool _recognizeShape(SvgNode* node, Shape* shape) in _recognizeShape() [all …]
|