Searched defs:translate3d (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp817 TransformationMatrix& TransformationMatrix::translate3d(double tx, double ty, double tz) function in class:WebCore::TransformationMatrix
1085 translate3d((float) decomp.translateX, (float) decomp.translateY, (float) decomp.translateZ);

Completed in 80 milliseconds