OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fromoperation
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.cpp
76
RefPtr<TransformOperation>
fromOperation
= (i < fromSize) ? from.operations()[i].get() : 0;
78
RefPtr<TransformOperation> blendedOperation = toOperation ? toOperation->blend(
fromOperation
.get(), progress) : (
fromOperation
?
fromOperation
->blend(0, progress, true) : 0);
86
result.operations().append(
fromOperation
?
fromOperation
: identityOperation);
Completed in 88 milliseconds