Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.h86 …TransformOperations blendByUsingMatrixInterpolation(const TransformOperations& from, double progre…
DTransformOperations.cpp94 TransformOperations TransformOperations::blendByUsingMatrixInterpolation(const TransformOperations&… in blendByUsingMatrixInterpolation() function in blink::TransformOperations
110 return blendByUsingMatrixInterpolation(from, progress); in blend()