Searched refs:blendAnimatedPath (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathBlender.h | 40 bool blendAnimatedPath(float, SVGPathSource*, SVGPathSource*, SVGPathConsumer*);
|
D | SVGPathBlender.cpp | 302 return blendAnimatedPath(0, fromSource, toSource, consumer); in addAnimatedPath() 305 bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* to… in blendAnimatedPath() function in WebCore::SVGPathBlender
|
D | SVGPathUtilities.cpp | 256 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder); in buildAnimatedSVGPathByteStream()
|