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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformOperation.h 46 ScaleZ, Scale3D,
74 || opType == Scale3D
ScaleTransformOperation.h 64 transform.scale3d(m_x, m_y, m_z);
76 ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtilTest.cpp 187 operations1.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D));
191 operations2.operations().append(ScaleTransformOperation::create(1, 0, 1, TransformOperation::Scale3D));
AnimationTranslationUtil.cpp 71 case TransformOperation::Scale3D:
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 66 case CSSTransformValue::Scale3DTransformOperation: return TransformOperation::Scale3D;

Completed in 398 milliseconds