Searched refs:Rotate3D (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
77 || opType == Rotate3D
H A DTransformOperationsTest.cpp214 fromOps.operations().append(RotateTransformOperation::create(1, 1, 1, 30, TransformOperation::Rotate3D));
215 toOps.operations().append(RotateTransformOperation::create(1, 1, 1, 390, TransformOperation::Rotate3D));
235 fromOps.operations().append(RotateTransformOperation::create(1, 1, 1, 30, TransformOperation::Rotate3D));
236 toSame.operations().append(RotateTransformOperation::create(1, 1, 1, 390, TransformOperation::Rotate3D));
237 toOpposite.operations().append(RotateTransformOperation::create(-1, -1, -1, 390, TransformOperation::Rotate3D));
238 toDifferent.operations().append(RotateTransformOperation::create(1, 3, 1, 390, TransformOperation::Rotate3D));
253 fromOps.operations().append(RotateTransformOperation::create(1, 1, 1, 30, TransformOperation::Rotate3D));
254 toOps.operations().append(RotateTransformOperation::create(1, 1, 1, 390, TransformOperation::Rotate3D));
300 fromOps.operations().append(RotateTransformOperation::create(x, y, z, 0, TransformOperation::Rotate3D));
302 toOps.operations().append(RotateTransformOperation::create(x, y, z, 360, TransformOperation::Rotate3D));
[all...]
H A DRotateTransformOperation.h78 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D);
H A DRotateTransformOperation.cpp149 return RotateTransformOperation::create(x, y, z, angle, Rotate3D);
H A DTransformOperations.cpp305 case TransformOperation::Rotate3D:
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTranslationUtilTest.cpp91 ops.operations().append(RotateTransformOperation::create(0.1, 0.2, 0.3, 200000.4, TransformOperation::Rotate3D));
H A DAnimationTranslationUtil.cpp71 case TransformOperation::Rotate3D:
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DTransformBuilder.cpp70 case CSSTransformValue::Rotate3DTransformOperation: return TransformOperation::Rotate3D;

Completed in 234 milliseconds