Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp93 TransformOperations TransformOperations::blendByUsingMatrixInterpolation(const TransformOperations&… in blendByUsingMatrixInterpolation() function in WebCore::TransformOperations
109 return blendByUsingMatrixInterpolation(from, progress); in blend()
DTransformOperations.h85 …TransformOperations blendByUsingMatrixInterpolation(const TransformOperations& from, double progre…
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp112 return to.blendByUsingMatrixInterpolation(from, progress); in blendFunc()