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

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

Completed in 72 milliseconds