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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSeg.h 32 PathSegClosePath = 1,
71 PATHSEG_CLOSEPATH = PathSegClosePath,
SVGPathByteStreamBuilder.cpp 109 writeSegmentType(PathSegClosePath);
SVGPathStringSource.cpp 65 pathSegType = PathSegClosePath;
139 && previousCommand != PathSegClosePath) {
SVGPathBlender.cpp 287 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
352 case PathSegClosePath:
SVGPathParser.cpp 337 case PathSegClosePath:

Completed in 49 milliseconds