Home
last modified time | relevance | path

Searched refs:RotateX (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h48 RotateX, RotateY, Rotate3D, enumerator
77 || opType == RotateX in is3DOperation()
DRotateTransformOperation.h76 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D); in RotateTransformOperation()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
D3d-cube.js144 function RotateX(M, Phi) { class
237 MTrans = RotateX(MTrans, 1);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js144 function RotateX(M, Phi) { class
237 MTrans = RotateX(MTrans, 1);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js144 function RotateX(M, Phi) { class
237 MTrans = RotateX(MTrans, 1);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp73 case CSSTransformValue::RotateXTransformOperation: return TransformOperation::RotateX; in getTransformOperationType()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp83 case TransformOperation::RotateX: in toWebTransformOperations()