HomeSort by relevance Sort by last modified time
    Searched refs:rotate3d (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
RotateTransformOperation.cpp 59 fromT.rotate3d((fromOp ? fromOp->m_x : 0),
64 toT.rotate3d((toOp ? toOp->m_x : 0),
93 return RotateTransformOperation::create(x, y, z, angle, Rotate3D);
RotateTransformOperation.h 65 transform.rotate3d(m_x, m_y, m_z, m_angle);
78 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D);
TransformationMatrix.h 213 TransformationMatrix& rotate(double d) { return rotate3d(0, 0, d); }
215 TransformationMatrix& rotate3d(double rx, double ry, double rz);
219 TransformationMatrix& rotate3d(double x, double y, double z, double angle);
TransformationMatrix.cpp 739 TransformationMatrix& TransformationMatrix::rotate3d(double x, double y, double z, double angle) function in class:WebCore::TransformationMatrix
826 TransformationMatrix& TransformationMatrix::rotate3d(double rx, double ry, double rz) function in class:WebCore::TransformationMatrix
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.cpp 150 return CSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(rotX, rotY, rotZ));
165 return CSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(x, y, z, angle));

Completed in 78 milliseconds