Searched refs:translateRight3d (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h230 TransformationMatrix& translateRight3d(double tx, double ty, double tz);
H A DTransformationMatrix.cpp845 TransformationMatrix& TransformationMatrix::translateRight3d(double tx, double ty, double tz) function in class:WebCore::TransformationMatrix
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp1904 transform.translateRight3d(-perspectiveOrigin.x(), -perspectiveOrigin.y(), 0);
1906 transform.translateRight3d(perspectiveOrigin.x(), perspectiveOrigin.y(), 0);

Completed in 63 milliseconds