Searched refs:blendFloat (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
D | TransformationMatrix.cpp | 1021 static inline void blendFloat(double& from, double to, double progress) in blendFloat() function 1039 blendFloat(fromDecomp.scaleX, toDecomp.scaleX, progress); in blend() 1040 blendFloat(fromDecomp.scaleY, toDecomp.scaleY, progress); in blend() 1041 blendFloat(fromDecomp.scaleZ, toDecomp.scaleZ, progress); in blend() 1042 blendFloat(fromDecomp.skewXY, toDecomp.skewXY, progress); in blend() 1043 blendFloat(fromDecomp.skewXZ, toDecomp.skewXZ, progress); in blend() 1044 blendFloat(fromDecomp.skewYZ, toDecomp.skewYZ, progress); in blend() 1045 blendFloat(fromDecomp.translateX, toDecomp.translateX, progress); in blend() 1046 blendFloat(fromDecomp.translateY, toDecomp.translateY, progress); in blend() 1047 blendFloat(fromDecomp.translateZ, toDecomp.translateZ, progress); in blend() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 41161 (WebCore::blendFloat):
|