HomeSort by relevance Sort by last modified time
    Searched refs:PathParsingMode (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathUtilities.h 41 bool buildSVGPathByteStreamFromSVGPathSegList(const SVGPathSegList&, SVGPathByteStream*, PathParsingMode);
42 bool appendSVGPathByteStreamFromSVGPathSeg(PassRefPtr<SVGPathSeg>, SVGPathByteStream*, PathParsingMode);
43 bool buildSVGPathByteStreamFromString(const String&, SVGPathByteStream*, PathParsingMode);
46 bool buildStringFromByteStream(SVGPathByteStream*, String&, PathParsingMode);
47 bool buildStringFromSVGPathSegList(const SVGPathSegList&, String&, PathParsingMode);
50 bool buildSVGPathSegListFromByteStream(SVGPathByteStream*, SVGPathElement*, SVGPathSegList&, PathParsingMode);
SVGPathParser.h 41 bool parsePathDataFromSource(PathParsingMode, bool checkForInitialMoveTo = true);
62 PathParsingMode m_pathParsingMode;
SVGPathConsumer.h 38 enum PathParsingMode {
SVGPathUtilities.cpp 124 bool buildSVGPathByteStreamFromSVGPathSegList(const SVGPathSegList& list, SVGPathByteStream* result, PathParsingMode parsingMode)
140 bool appendSVGPathByteStreamFromSVGPathSeg(PassRefPtr<SVGPathSeg> pathSeg, SVGPathByteStream* result, PathParsingMode parsingMode)
177 bool buildSVGPathSegListFromByteStream(SVGPathByteStream* stream, SVGPathElement* element, SVGPathSegList& result, PathParsingMode parsingMode)
192 bool buildStringFromByteStream(SVGPathByteStream* stream, String& result, PathParsingMode parsingMode)
208 bool buildStringFromSVGPathSegList(const SVGPathSegList& list, String& result, PathParsingMode parsingMode)
224 bool buildSVGPathByteStreamFromString(const String& d, SVGPathByteStream* result, PathParsingMode parsingMode)
SVGPathParser.cpp 284 bool SVGPathParser::parsePathDataFromSource(PathParsingMode pathParsingMode, bool checkForInitialMoveTo)
289 m_pathParsingMode = pathParsingMode;

Completed in 117 milliseconds