/external/chromium_org/tools/perf/page_sets/tough_animation_cases/ |
keyframed_animations.html | 54 0% { -webkit-transform: translateX(0px) rotate3d(0, 1, 0, 0deg); } 55 50% { -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 45deg); } 56 100% { -webkit-transform: translateX(0px) rotate3d(0, 1, 0, 0deg); } 60 0% { -webkit-transform: rotate(0deg) rotate3d(0, 1, 0, 0deg); } 61 50% { -webkit-transform: rotate(180deg) rotate3d(0, 1, 0, 45deg); } 62 100% { -webkit-transform: rotate(0deg) rotate3d(0, 1, 0, 0deg); } 66 0% { -webkit-transform: scale(1) rotate3d(0, 1, 0, 0deg); } 67 50% { -webkit-transform: scale(3) rotate3d(0, 1, 0, 45deg); } 68 100% { -webkit-transform: scale(1) rotate3d(0, 1, 0, 0deg); } 72 0% { -webkit-transform: matrix(1, 0, 0, 1, 0, 0) rotate3d(0, 1, 0, 0deg); [all...] |
transform_transitions.html | 39 "rotate3d(0, 1, 0, 0deg)", 48 "rotate3d(0, 1, 0, 30deg)",
|
/external/chromium_org/tools/perf/page_sets/tough_texture_upload_cases/ |
background_color_animation_and_transform_animation.html | 11 0% { -webkit-transform: scale(1) rotate3d(1, 1, 1, 0deg); opacity(1); } 12 50% { -webkit-transform: scale(10) rotate3d(1, 1, 1, 45deg); opacity(0); } 13 100% { -webkit-transform: scale(1) rotate3d(1, 1, 1, 0deg); opacity(1); } 46 elem.style.webkitTransform = "rotate3d(1,1,0," + ((i + 1) * 10).toString() + "deg)";
|
background_color_animation_with_gradient_and_transform_animation.html | 11 0% { -webkit-transform: scale(1) rotate3d(1, 1, 1, 0deg); opacity(1); } 12 50% { -webkit-transform: scale(10) rotate3d(1, 1, 1, 45deg); opacity(0); } 13 100% { -webkit-transform: scale(1) rotate3d(1, 1, 1, 0deg); opacity(1); } 53 elem.style.webkitTransform = "rotate3d(1,1,0," + ((i + 1) * 10).toString() + "deg)";
|
background_color_animation.html | 28 elem.style.webkitTransform = "rotate3d(1,1,0," + ((i + 1) * 10).toString() + "deg)";
|
background_color_animation_with_gradient.html | 35 elem.style.webkitTransform = "rotate3d(1,1,0," + ((i + 1) * 10).toString() + "deg)";
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
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/chromium_org/third_party/WebKit/Source/platform/transforms/ |
RotateTransformOperation.h | 68 transform.rotate3d(m_x, m_y, m_z, m_angle); 80 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D);
|
TransformOperation.h | 48 RotateX, RotateY, Rotate3D, 79 || opType == Rotate3D
|
TransformOperationsTest.cpp | 214 fromOps.operations().append(RotateTransformOperation::create(1, 1, 1, 30, TransformOperation::Rotate3D)); 215 toOps.operations().append(RotateTransformOperation::create(1, 1, 1, 390, TransformOperation::Rotate3D)); 235 fromOps.operations().append(RotateTransformOperation::create(1, 1, 1, 30, TransformOperation::Rotate3D)); 236 toSame.operations().append(RotateTransformOperation::create(1, 1, 1, 390, TransformOperation::Rotate3D)); 237 toOpposite.operations().append(RotateTransformOperation::create(-1, -1, -1, 390, TransformOperation::Rotate3D)); 238 toDifferent.operations().append(RotateTransformOperation::create(1, 3, 1, 390, TransformOperation::Rotate3D)); 253 fromOps.operations().append(RotateTransformOperation::create(1, 1, 1, 30, TransformOperation::Rotate3D)); 254 toOps.operations().append(RotateTransformOperation::create(1, 1, 1, 390, TransformOperation::Rotate3D)); 300 fromOps.operations().append(RotateTransformOperation::create(x, y, z, 0, TransformOperation::Rotate3D)); 302 toOps.operations().append(RotateTransformOperation::create(x, y, z, 360, TransformOperation::Rotate3D)); [all...] |
RotateTransformOperation.cpp | 117 fromT.rotate3d((fromOp ? fromOp->m_x : 0), 122 toT.rotate3d((toOp ? toOp->m_x : 0), 151 return RotateTransformOperation::create(x, y, z, angle, Rotate3D);
|
TransformOperations.cpp | 154 fromMatrix.rotate3d(fromTransform.x(), fromTransform.y(), fromTransform.z(), fromDegrees); 155 toMatrix.rotate3d(fromTransform.x(), fromTransform.y(), fromTransform.z(), toDegrees); 236 rotation.rotate3d(axis.x(), axis.y(), axis.z(), rad2deg(radians)); 307 case TransformOperation::Rotate3D:
|
TransformationMatrix.h | 215 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);
|
TransformationMatrix.cpp | 761 TransformationMatrix& TransformationMatrix::rotate3d(double x, double y, double z, double angle) function in class:WebCore::TransformationMatrix 848 TransformationMatrix& TransformationMatrix::rotate3d(double rx, double ry, double rz) function in class:WebCore::TransformationMatrix [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/scrollbars/ |
scrollbars-in-composited-layers.html | 18 -webkit-transform: rotate3d(0, 0, 1, 45deg);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
nodeimage.html | 9 <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);">
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSTransformValue.cpp | 52 "rotate3d(",
|
CSSMatrix.cpp | 148 return CSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(rotX, rotY, rotZ)); 163 return CSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(x, y, z, angle));
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationTranslationUtilTest.cpp | 92 ops.operations().append(RotateTransformOperation::create(0.1, 0.2, 0.3, 200000.4, TransformOperation::Rotate3D));
|
AnimationTranslationUtil.cpp | 73 case TransformOperation::Rotate3D:
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
TransformBuilder.cpp | 70 case CSSTransformValue::Rotate3DTransformOperation: return TransformOperation::Rotate3D;
|
/frameworks/webview/chromium/tests/data/heavy/ |
index.html | 19 #layer2 {color: white; background-color: green; -webkit-transform: translate3d(0,0,0) rotate3d(0,0,1,1deg); position: absolute; top: 40; left: 120; width: 1000px; height: 15000px;} 20 #layer3 {color: white; background-color: red; -webkit-transform: translate3d(0,0,0) rotate3d(0,0,1,181deg); position: absolute; top: 40; left: 150; width: 750px; height: 15000px;}
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
BisonCSSParser-in.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
CSSMetadata.js | 534 "scale", "scaleX", "scaleY", "scale3d", "rotate", "rotateX", "rotateY", "rotateZ", "rotate3d", "skew", "skewX", "skewY", [all...] |
/external/chromium_org/ui/gfx/ |
transform_unittest.cc | [all...] |