Searched refs:blendAnimatedPath (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathBlender.h40 bool blendAnimatedPath(float, SVGPathSource*, SVGPathSource*, SVGPathConsumer*);
H A DSVGPathBlender.cpp302 return blendAnimatedPath(0, fromSource, toSource, consumer);
305 bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer) function in class:blink::SVGPathBlender
H A DSVGPathSegList.cpp217 blender.blendAnimatedPath(percentage, &fromSource, &toSource, &builder);

Completed in 139 milliseconds