HomeSort by relevance Sort by last modified time
    Searched defs:SVGPathParserFactory (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathParserFactory.h 36 class SVGPathParserFactory {
38 static SVGPathParserFactory* self();
59 SVGPathParserFactory();
60 ~SVGPathParserFactory();
SVGPathParserFactory.cpp 23 #include "SVGPathParserFactory.h"
112 SVGPathParserFactory* SVGPathParserFactory::self()
114 static SVGPathParserFactory* s_instance = 0;
116 s_instance = new SVGPathParserFactory;
121 SVGPathParserFactory::SVGPathParserFactory()
125 SVGPathParserFactory::~SVGPathParserFactory()
129 bool SVGPathParserFactory::buildPathFromString(const String& d, Path& result
    [all...]

Completed in 3525 milliseconds