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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSeg.h40 PathSegClosePath = 1, enumerator in enum:blink::SVGPathSegType
79 PATHSEG_CLOSEPATH = PathSegClosePath,
H A DSVGPathStringSource.cpp65 pathSegType = PathSegClosePath;
139 && previousCommand != PathSegClosePath) {
H A DSVGPathByteStreamBuilder.cpp152 buffer.writeSegmentType(PathSegClosePath);
H A DSVGPathBlender.cpp287 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
352 case PathSegClosePath:
H A DSVGPathParser.cpp337 case PathSegClosePath:

Completed in 27 milliseconds