Searched refs:Rotate3D (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | TransformOperation.h | 48 RotateX, RotateY, Rotate3D, enumerator 79 || opType == Rotate3D in is3DOperation()
|
D | RotateTransformOperation.h | 76 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D); in RotateTransformOperation()
|
D | RotateTransformOperation.cpp | 93 return RotateTransformOperation::create(x, y, z, angle, Rotate3D); in blend()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | TransformBuilder.cpp | 76 case CSSTransformValue::Rotate3DTransformOperation: return TransformOperation::Rotate3D; in getTransformOperationType()
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
D | AnimationTranslationUtil.cpp | 85 case TransformOperation::Rotate3D: in toWebTransformOperations()
|
D | AnimationTranslationUtilTest.cpp | 329 …().append(RotateTransformOperation::create(0.1, 0.2, 0.3, 200000.4, TransformOperation::Rotate3D)); in TEST()
|