Searched refs:fromOperations (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DInterpolatedTransformOperation.cpp65 TransformOperations fromOperations; local
67 fromOperations.operations().append(IdentityTransformOperation::create());
69 fromOperations.operations().append(const_cast<TransformOperation*>(from));
70 return InterpolatedTransformOperation::create(thisOperations, fromOperations, progress);

Completed in 957 milliseconds