HomeSort by relevance Sort by last modified time
    Searched refs:toShape (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableClipPathOperation.cpp 44 const BasicShape* toShape = toShapeClipPathOperation(toOperation->clipPathOperation())->basicShape();
46 if (!fromShape->canBlend(toShape))
49 return AnimatableClipPathOperation::create(ShapeClipPathOperation::create(toShape->blend(fromShape, fraction)).get());
AnimatableShapeValue.cpp 44 const BasicShape* toShape = shapeValue->m_shape->shape();
46 if (!fromShape->canBlend(toShape))
49 return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction)).get());
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp 122 const BasicShape* toShape = toShapeClipPathOperation(to)->basicShape();
124 if (!fromShape->canBlend(toShape))
127 return ShapeClipPathOperation::create(toShape->blend(fromShape, progress));
137 const BasicShape* toShape = to->shape();
139 if (!fromShape->canBlend(toShape))
142 return ShapeValue::createShapeValue(toShape->blend(fromShape, progress));
    [all...]

Completed in 46 milliseconds