Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperations.cpp68 TransformOperations TransformOperations::blendByMatchingOperations(const TransformOperations& from,… in blendByMatchingOperations() function in WebCore::TransformOperations
107 return blendByMatchingOperations(from, progress); in blend()
DTransformOperations.h84 …TransformOperations blendByMatchingOperations(const TransformOperations& from, const double& progr…
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp111 return to.blendByMatchingOperations(from, progress); in blendFunc()