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

/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp136 const BasicShape* toShape = static_cast<ShapeClipPathOperation*>(to)->basicShape(); local
138 if (!fromShape->canBlend(toShape))
141 return ShapeClipPathOperation::create(toShape->blend(fromShape, progress));
151 const BasicShape* toShape = to->shape(); local
153 if (!fromShape->canBlend(toShape))
156 return ShapeValue::createShapeValue(toShape->blend(fromShape, progress));

Completed in 43 milliseconds