Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp342 result.translateZ = localMatrix[3][2]; in decompose()
1028 blendFloat(fromDecomp.translateZ, toDecomp.translateZ, progress); in blend()
1066 translate3d((float) decomp.translateX, (float) decomp.translateY, (float) decomp.translateZ); in recompose()
DTransformationMatrix.h242 double translateX, translateY, translateZ; member
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm206 return @"translateZ"; // kCAValueFunctionTranslateZ;