Home
last modified time | relevance | path

Searched refs:RotateZ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h43 RotateZ = Rotate, enumerator
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.js172 function RotateZ(M, Phi) { class
239 MTrans = RotateZ(MTrans, 5);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js172 function RotateZ(M, Phi) { class
239 MTrans = RotateZ(MTrans, 5);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js172 function RotateZ(M, Phi) { class
239 MTrans = RotateZ(MTrans, 5);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp75 case CSSTransformValue::RotateZTransformOperation: return TransformOperation::RotateZ; in getTransformOperationType()