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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.h228 TransformationMatrix& translateRight3d(double tx, double ty, double tz);
H A DTransformationMatrix.cpp950 TransformationMatrix& TransformationMatrix::translateRight3d(double tx, double ty, double tz) function in class:blink::TransformationMatrix
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp2078 transform.translateRight3d(-perspectiveOrigin.x(), -perspectiveOrigin.y(), 0);
2080 transform.translateRight3d(perspectiveOrigin.x(), perspectiveOrigin.y(), 0);

Completed in 106 milliseconds