Searched refs:PathSegClosePath (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathSeg.h31 PathSegClosePath = 1, enumerator in enum:WebCore::SVGPathSegType
66 PATHSEG_CLOSEPATH = PathSegClosePath,
H A DSVGPathByteStreamBuilder.cpp109 writeSegmentType(PathSegClosePath);
H A DSVGPathStringSource.cpp64 pathSegType = PathSegClosePath;
138 && previousCommand != PathSegClosePath) {
H A DSVGPathBlender.cpp287 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
352 case PathSegClosePath:
H A DSVGPathParser.cpp341 case PathSegClosePath:

Completed in 104 milliseconds