Searched refs:toOperation (Results 1 – 2 of 2) sorted by relevance
77 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i].get() : 0; in blendByMatchingOperations() local78 …RefPtr<TransformOperation> blendedOperation = toOperation ? toOperation->blend(fromOperation.get()… in blendByMatchingOperations()84 result.operations().append(toOperation ? toOperation : identityOperation); in blendByMatchingOperations()
38 const AnimatableClipPathOperation* toOperation = toAnimatableClipPathOperation(value); in interpolateTo() local40 …if (m_operation->type() != ClipPathOperation::SHAPE || toOperation->m_operation->type() != ClipPat… in interpolateTo()44 …const BasicShape* toShape = toShapeClipPathOperation(toOperation->clipPathOperation())->basicShape… in interpolateTo()