/external/webkit/Source/WebCore/manual-tests/ |
simple-image-compositing.html | 20 -webkit-transform: rotate3d(0, 0, 1, 0); 68 <img src="resources/simple_image.png" style="-webkit-transform: rotate3d(0, 0, 1, 10deg);">
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
RotateTransformOperation.cpp | 58 fromT.rotate3d((float)(fromOp ? fromOp->m_x : 0), 63 toT.rotate3d((float)(toOp ? toOp->m_x : 0),
|
RotateTransformOperation.h | 65 transform.rotate3d(m_x, m_y, m_z, m_angle);
|
TransformationMatrix.h | 217 TransformationMatrix& rotate(double d) { return rotate3d(0, 0, d); } 219 TransformationMatrix& rotate3d(double rx, double ry, double rz); 223 TransformationMatrix& rotate3d(double x, double y, double z, double angle);
|
TransformationMatrix.cpp | 648 TransformationMatrix& TransformationMatrix::rotate3d(double x, double y, double z, double angle) function in class:WebCore::TransformationMatrix 735 TransformationMatrix& TransformationMatrix::rotate3d(double rx, double ry, double rz) function in class:WebCore::TransformationMatrix [all...] |
/external/webkit/Source/WebCore/css/ |
WebKitCSSTransformValue.cpp | 98 result += "rotate3d(";
|
WebKitCSSMatrix.cpp | 143 return WebKitCSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(rotX, rotY, rotZ)); 158 return WebKitCSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(x, y, z, angle));
|
CSSParser.cpp | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
matlab.php | 126 'roots','rose','rot90','rotate','rotate3d','round','rref',
|