Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h48 RotateX, RotateY, Rotate3D, enumerator
78 || opType == RotateY 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.js158 function RotateY(M, Phi) { class
238 MTrans = RotateY(MTrans, 3);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js158 function RotateY(M, Phi) { class
238 MTrans = RotateY(MTrans, 3);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js158 function RotateY(M, Phi) { class
238 MTrans = RotateY(MTrans, 3);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp74 case CSSTransformValue::RotateYTransformOperation: return TransformOperation::RotateY; in getTransformOperationType()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp84 case TransformOperation::RotateY: in toWebTransformOperations()