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

  /external/webkit/Source/WebCore/svg/
SVGPathSeg.h 31 PathSegClosePath = 1,
66 PATHSEG_CLOSEPATH = PathSegClosePath,
SVGPathStringSource.cpp 52 pathSegType = PathSegClosePath;
118 && previousCommand != PathSegClosePath) {
SVGPathByteStreamBuilder.cpp 112 writeSegmentType(PathSegClosePath);
SVGPathBlender.cpp 264 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
319 case PathSegClosePath:
SVGPathParser.cpp 329 case PathSegClosePath:

Completed in 347 milliseconds