Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp1008 static inline void blendFloat(double& from, double to, double progress) in blendFloat() function
1026 blendFloat(fromDecomp.scaleX, toDecomp.scaleX, progress); in blend()
1027 blendFloat(fromDecomp.scaleY, toDecomp.scaleY, progress); in blend()
1028 blendFloat(fromDecomp.scaleZ, toDecomp.scaleZ, progress); in blend()
1029 blendFloat(fromDecomp.skewXY, toDecomp.skewXY, progress); in blend()
1030 blendFloat(fromDecomp.skewXZ, toDecomp.skewXZ, progress); in blend()
1031 blendFloat(fromDecomp.skewYZ, toDecomp.skewYZ, progress); in blend()
1032 blendFloat(fromDecomp.translateX, toDecomp.translateX, progress); in blend()
1033 blendFloat(fromDecomp.translateY, toDecomp.translateY, progress); in blend()
1034 blendFloat(fromDecomp.translateZ, toDecomp.translateZ, progress); in blend()
[all …]
/external/webkit/WebCore/
DChangeLog-2009-06-1641161 (WebCore::blendFloat):