Searched refs:RotateX (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperation.h48 RotateX, RotateY, Rotate3D, enumerator in enum:blink::TransformOperation::OperationType
75 || opType == RotateX
H A DRotateTransformOperation.h78 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D);
H A DTransformOperations.cpp166 case TransformOperation::RotateX:
306 case TransformOperation::RotateX:
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTranslationUtil.cpp69 case TransformOperation::RotateX:
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-cube.js144 function RotateX(M, Phi) { function
237 MTrans = RotateX(MTrans, 1);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-cube.js144 function RotateX(M, Phi) { function
237 MTrans = RotateX(MTrans, 1);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A D3d-cube.js144 function RotateX(M, Phi) { function
237 MTrans = RotateX(MTrans, 1);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DTransformBuilder.cpp67 case CSSTransformValue::RotateXTransformOperation: return TransformOperation::RotateX;

Completed in 1910 milliseconds