Lines Matching defs:node
912 static void _postpone(Array<SvgNodeIdPair>& nodes, SvgNode *node, char* id) in _postpone()
956 SvgNode* node = loader->svgParse->node; in _attrParseSvgNode() local
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()
1077 static void _handleStrokeLineCapAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* v… in _handleStrokeLineCapAttr()
1084 static void _handleStrokeLineJoinAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* … in _handleStrokeLineJoinAttr()
1090 static void _handleStrokeMiterlimitAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeMiterlimitAttr()
1107 static void _handleFillRuleAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleFillRuleAttr()
1114 static void _handleOpacityAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleOpacityAttr()
1121 static void _handleFillOpacityAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* val… in _handleFillOpacityAttr()
1128 static void _handleTransformAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleTransformAttr()
1134 static void _handleClipPathAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleClipPathAttr()
1145 static void _handleMaskAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleMaskAttr()
1156 static void _handleMaskTypeAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleMaskTypeAttr()
1162 static void _handleDisplayAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleDisplayAttr()
1174 static void _handlePaintOrderAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* valu… in _handlePaintOrderAttr()
1181 static void _handleCssClassAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleCssClassAttr()
1241 SvgNode* node = loader->svgParse->node; in _parseStyleAttr() local
1293 SvgNode* node = loader->svgParse->node; in _attrParseGNode() local
1321 SvgNode* node = loader->svgParse->node; in _attrParseClipPathNode() local
1345 SvgNode* node = loader->svgParse->node; in _attrParseMaskNode() local
1371 SvgNode* node = loader->svgParse->node; in _attrParseCssStyleNode() local
1386 SvgNode* node = loader->svgParse->node; in _attrParseSymbolNode() local
1413 SvgNode* node = (SvgNode*)calloc(1, sizeof(SvgNode)); in _createNode() local
1468 SvgNode* node = _createNode(nullptr, SvgNodeType::Defs); in _createDefsNode() local
1575 SvgNode* node = loader->svgParse->node; in _attrParsePathNode() local
1631 SvgNode* node = loader->svgParse->node; in _attrParseCircleNode() local
1693 SvgNode* node = loader->svgParse->node; in _attrParseEllipseNode() local
1752 SvgNode* node = loader->svgParse->node; in _attrParsePolygonNode() local
1821 SvgNode* node = loader->svgParse->node; in _attrParseRectNode() local
1894 SvgNode* node = loader->svgParse->node; in _attrParseLineNode() local
1964 SvgNode* node = loader->svgParse->node; in _attrParseImageNode() local
2011 static SvgNode* _getDefsNode(SvgNode* node) in _getDefsNode()
2026 static SvgNode* _findNodeById(SvgNode *node, const char* id) in _findNodeById()
2044 static SvgNode* _findParentById(SvgNode* node, char* id, SvgNode* doc) in _findParentById()
2075 SvgNode *defs, *nodeFrom, *node = loader->svgParse->node; in _attrParseUseNode() local
2147 SvgNode* node = loader->svgParse->node; in _attrParseTextNode() local
3314 SvgNode *node = nullptr, *parent = nullptr; in _svgLoaderParserXmlOpen() local
3421 SvgNode *node = nullptr; in _svgLoaderParserXmlCssStyle() local
3488 static void _inefficientNodeCheck(TVG_UNUSED SvgNode* node) in _inefficientNodeCheck()
3529 static void _updateStyle(SvgNode* node, SvgStyleProperty* parentStyle) in _updateStyle()
3570 static void _updateGradient(SvgLoaderData* loader, SvgNode* node, Array<SvgStyleGradient*>* gradien… in _updateGradient()
3602 static void _updateComposite(SvgNode* node, SvgNode* root) in _updateComposite()
3645 static void _freeNode(SvgNode* node) in _freeNode()
3709 SvgNode *node = nullptr; in _svgLoaderParserForValidCheckXmlOpen() local