Home | History | Annotate | Download | only in animatable

Lines Matching refs:shapeValue

38     const AnimatableShapeValue* shapeValue = toAnimatableShapeValue(value);
40 if (m_shape->type() != ShapeValue::Shape
41 || shapeValue->m_shape->type() != ShapeValue::Shape
42 || m_shape->cssBox() != shapeValue->m_shape->cssBox())
46 const BasicShape* toShape = shapeValue->m_shape->shape();
56 const AnimatableShapeValue* shapeValue = toAnimatableShapeValue(value);
58 const BasicShape* toShape = shapeValue->m_shape->shape();
59 return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction), shapeValue->m_shape->cssBox()).get());
64 const ShapeValue* shape = toAnimatableShapeValue(value)->m_shape.get();