Home
last modified time | relevance | path

Searched refs:buildPathFromByteStream (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathUtilities.h38 bool buildPathFromByteStream(SVGPathByteStream*, Path&);
DSVGPathUtilities.cpp162 bool buildPathFromByteStream(SVGPathByteStream* stream, Path& result) in buildPathFromByteStream() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGPathData.cpp72 buildPathFromByteStream(toSVGPathElement(element)->pathByteStream(), path); in updatePathFromPathElement()