Searched refs:s_parser (Results 1 – 1 of 1) sorted by relevance
94 static SVGPathParser* s_parser = 0; in globalSVGPathParser() local95 if (!s_parser) in globalSVGPathParser()96 s_parser = new SVGPathParser; in globalSVGPathParser()98 s_parser->setCurrentSource(source); in globalSVGPathParser()99 s_parser->setCurrentConsumer(consumer); in globalSVGPathParser()100 return s_parser; in globalSVGPathParser()