HomeSort by relevance Sort by last modified time
    Searched refs:RotateY (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformOperation.h 48 RotateX, RotateY, Rotate3D,
78 || opType == RotateY
RotateTransformOperation.h 78 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 87 case TransformOperation::RotateY:
154 || transformType == TransformOperation::RotateY
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 158 function RotateY(M, Phi) {
238 MTrans = RotateY(MTrans, 3);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 158 function RotateY(M, Phi) {
238 MTrans = RotateY(MTrans, 3);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js 158 function RotateY(M, Phi) {
238 MTrans = RotateY(MTrans, 3);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 74 case CSSTransformValue::RotateYTransformOperation: return TransformOperation::RotateY;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 491 || type == TransformOperation::RotateY
    [all...]

Completed in 446 milliseconds