Searched refs:fromOperation (Results 1 – 1 of 1) sorted by relevance
76 RefPtr<TransformOperation> fromOperation = (i < fromSize) ? from.operations()[i].get() : 0; in blendByMatchingOperations() local78 …Operation = toOperation ? toOperation->blend(fromOperation.get(), progress) : (fromOperation ? fro… in blendByMatchingOperations()86 result.operations().append(fromOperation ? fromOperation : identityOperation); in blendByMatchingOperations()