Searched refs:rotate3d (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMatrix.cpp142 return CSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(rotX, rotY, rotZ));
157 return CSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(x, y, z, angle));
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DRotateTransformOperation.cpp115 fromT.rotate3d((fromOp ? fromOp->m_x : 0),
120 toT.rotate3d((toOp ? toOp->m_x : 0),
H A DRotateTransformOperation.h66 transform.rotate3d(m_x, m_y, m_z, m_angle);
H A DTransformOperations.cpp152 fromMatrix.rotate3d(fromTransform.x(), fromTransform.y(), fromTransform.z(), fromDegrees);
153 toMatrix.rotate3d(fromTransform.x(), fromTransform.y(), fromTransform.z(), toDegrees);
234 rotation.rotate3d(axis.x(), axis.y(), axis.z(), rad2deg(radians));
H A DTransformationMatrix.h215 TransformationMatrix& rotate(double d) { return rotate3d(0, 0, d); }
217 TransformationMatrix& rotate3d(double rx, double ry, double rz);
221 TransformationMatrix& rotate3d(double x, double y, double z, double angle);
H A DTransformationMatrix.cpp759 TransformationMatrix& TransformationMatrix::rotate3d(double x, double y, double z, double angle) function in class:blink::TransformationMatrix
846 TransformationMatrix& TransformationMatrix::rotate3d(double rx, double ry, double rz) function in class:blink::TransformationMatrix

Completed in 81 milliseconds