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

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableClipPathOperation.cpp44 const BasicShape* toShape = toShapeClipPathOperation(toOperation->clipPathOperation())->basicShape(); local
46 return !fromShape->canBlend(toShape);
56 const BasicShape* toShape = toShapeClipPathOperation(toOperation->clipPathOperation())->basicShape(); local
58 return AnimatableClipPathOperation::create(ShapeClipPathOperation::create(toShape->blend(fromShape, fraction)).get());
H A DAnimatableShapeValue.cpp46 const BasicShape* toShape = shapeValue->m_shape->shape(); local
48 return !fromShape->canBlend(toShape);
58 const BasicShape* toShape = shapeValue->m_shape->shape(); local
59 return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction), shapeValue->m_shape->cssBox()).get());

Completed in 314 milliseconds