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 | SVGPathSegList.cpp | 220 blender.blendAnimatedPath(percentage, &fromSource, &toSource, &builder); in calculateAnimatedValue()
|