Searched defs:blendByMatchingOperations (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperations.cpp69 TransformOperations TransformOperations::blendByMatchingOperations(const TransformOperations& from, const double& progress) const function in class:blink::TransformOperations
106 // If either list is empty, use blendByMatchingOperations which has special logic for this case.
108 return blendByMatchingOperations(from, progress);

Completed in 62 milliseconds