Searched refs:createPath (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderDetailsMarker.cpp40 static Path createPath(const FloatPoint* path) function in namespace:WebCore
52 return createPath(points);
58 return createPath(points);
64 return createPath(points);
70 return createPath(points);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedPath.cpp38 return SVGAnimatedType::createPath(WTF::move(byteStream));
63 return SVGAnimatedType::createPath(WTF::move(byteStream));
H A DSVGAnimatedType.h55 static std::unique_ptr<SVGAnimatedType> createPath(std::unique_ptr<SVGPathByteStream>);
H A DSVGAnimatedType.cpp181 std::unique_ptr<SVGAnimatedType> SVGAnimatedType::createPath(std::unique_ptr<SVGPathByteStream> path) function in class:WebCore::SVGAnimatedType

Completed in 89 milliseconds