Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp76 RefPtr<TransformOperation> fromOperation = (i < fromSize) ? from.operations()[i].get() : 0; in blendByMatchingOperations() local
78 …Operation = toOperation ? toOperation->blend(fromOperation.get(), progress) : (fromOperation ? fro… in blendByMatchingOperations()
86 result.operations().append(fromOperation ? fromOperation : identityOperation); in blendByMatchingOperations()