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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformOperation.h 48 RotateX, RotateY, Rotate3D,
79 || opType == Rotate3D
RotateTransformOperation.h 65 transform.rotate3d(m_x, m_y, m_z, m_angle);
78 ASSERT(type == RotateX || type == RotateY || type == RotateZ || type == Rotate3D);
RotateTransformOperation.cpp 59 fromT.rotate3d((fromOp ? fromOp->m_x : 0),
64 toT.rotate3d((toOp ? toOp->m_x : 0),
93 return RotateTransformOperation::create(x, y, z, angle, Rotate3D);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 88 case TransformOperation::Rotate3D:
156 || transformType == TransformOperation::Rotate3D;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 76 case CSSTransformValue::Rotate3DTransformOperation: return TransformOperation::Rotate3D;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp 493 || type == TransformOperation::Rotate3D) {
    [all...]

Completed in 411 milliseconds