Home
last modified time | relevance | path

Searched refs:toOperation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp77 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i].get() : 0; in blendByMatchingOperations() local
78 …RefPtr<TransformOperation> blendedOperation = toOperation ? toOperation->blend(fromOperation.get()… in blendByMatchingOperations()
84 result.operations().append(toOperation ? toOperation : identityOperation); in blendByMatchingOperations()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableClipPathOperation.cpp38 const AnimatableClipPathOperation* toOperation = toAnimatableClipPathOperation(value); in interpolateTo() local
40 …if (m_operation->type() != ClipPathOperation::SHAPE || toOperation->m_operation->type() != ClipPat… in interpolateTo()
44 …const BasicShape* toShape = toShapeClipPathOperation(toOperation->clipPathOperation())->basicShape… in interpolateTo()