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 40 bool appendSVGPathByteStreamFromSVGPathSeg(PassRefPtr<SVGPathSeg>, SVGPathByteStream*, PathParsingMode);
41 bool buildSVGPathByteStreamFromString(const String&, SVGPathByteStream*, PathParsingMode);
44 bool buildStringFromByteStream(const SVGPathByteStream*, String&, PathParsingMode);
45 bool buildStringFromSVGPathSegList(PassRefPtr<SVGPathSegList>, String&, PathParsingMode);
SVGPathParser.h 41 bool parsePathDataFromSource(PathParsingMode, bool checkForInitialMoveTo = true);
62 PathParsingMode m_pathParsingMode;
SVGPathConsumer.h 38 enum PathParsingMode {
SVGPathUtilities.cpp 127 bool buildStringFromByteStream(const SVGPathByteStream* stream, String& result, PathParsingMode parsingMode)
143 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 223 milliseconds