Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h48 RotateX, RotateY, Rotate3D, enumerator
79 || opType == Rotate3D in is3DOperation()
DRotateTransformOperation.h76 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D); in RotateTransformOperation()
DRotateTransformOperation.cpp93 return RotateTransformOperation::create(x, y, z, angle, Rotate3D); in blend()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp76 case CSSTransformValue::Rotate3DTransformOperation: return TransformOperation::Rotate3D; in getTransformOperationType()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp85 case TransformOperation::Rotate3D: in toWebTransformOperations()
DAnimationTranslationUtilTest.cpp329 …().append(RotateTransformOperation::create(0.1, 0.2, 0.3, 200000.4, TransformOperation::Rotate3D)); in TEST()