Lines Matching refs:bufLength
79 typedef bool (*parseAttributes)(const char* buf, unsigned bufLength, simpleXMLAttributeCb func, con…
80 …thod)(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes…
81 …tyleGradient* (*GradientFactoryMethod)(SvgLoaderData* loader, const char* buf, unsigned bufLength);
1465 …aderData* loader, TVG_UNUSED SvgNode* parent, const char* buf, unsigned bufLength, TVG_UNUSED pars… in _createDefsNode() argument
1476 …NUSED SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createGNode() argument
1481 func(buf, bufLength, _attrParseGNode, loader); in _createGNode()
1486 …gNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createSvgNode() argument
1498 func(buf, bufLength, _attrParseSvgNode, loader); in _createSvgNode()
1512 …oader, SvgNode* parent, TVG_UNUSED const char* buf, TVG_UNUSED unsigned bufLength, parseAttributes… in _createMaskNode() argument
1520 func(buf, bufLength, _attrParseMaskNode, loader); in _createMaskNode()
1526 …hNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createClipPathNode() argument
1534 func(buf, bufLength, _attrParseClipPathNode, loader); in _createClipPathNode()
1540 …eNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createCssStyleNode() argument
1545 func(buf, bufLength, _attrParseCssStyleNode, loader); in _createCssStyleNode()
1551 …lNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createSymbolNode() argument
1566 func(buf, bufLength, _attrParseSymbolNode, loader); in _createSymbolNode()
1600 …hNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createPathNode() argument
1606 func(buf, bufLength, _attrParsePathNode, loader); in _createPathNode()
1662 …eNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createCircleNode() argument
1668 func(buf, bufLength, _attrParseCircleNode, loader); in _createCircleNode()
1724 …eNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createEllipseNode() argument
1730 func(buf, bufLength, _attrParseEllipseNode, loader); in _createEllipseNode()
1778 …nNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createPolygonNode() argument
1784 func(buf, bufLength, _attrParsePolygonNode, loader); in _createPolygonNode()
1789 …eNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createPolylineNode() argument
1795 func(buf, bufLength, _attrParsePolygonNode, loader); in _createPolylineNode()
1861 …tNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createRectNode() argument
1869 func(buf, bufLength, _attrParseRectNode, loader); in _createRectNode()
1925 …eNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createLineNode() argument
1931 func(buf, bufLength, _attrParseLineNode, loader); in _createLineNode()
2000 …eNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createImageNode() argument
2006 func(buf, bufLength, _attrParseImageNode, loader); in _createImageNode()
2117 …eNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createUseNode() argument
2126 func(buf, bufLength, _attrParseUseNode, loader); in _createUseNode()
2182 …tNode(SvgLoaderData* loader, SvgNode* parent, const char* buf, unsigned bufLength, parseAttributes… in _createTextNode() argument
2192 func(buf, bufLength, _attrParseTextNode, loader); in _createTextNode()
2519 …SvgStyleGradient* _createRadialGradient(SvgLoaderData* loader, const char* buf, unsigned bufLength) in _createRadialGradient() argument
2550 simpleXmlParseAttributes(buf, bufLength, in _createRadialGradient()
2787 …SvgStyleGradient* _createLinearGradient(SvgLoaderData* loader, const char* buf, unsigned bufLength) in _createLinearGradient() argument
2807 simpleXmlParseAttributes(buf, bufLength, _attrParseLinearGradientNode, loader); in _createLinearGradient()