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

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperation.h 46 ScaleZ, Scale3D,
74 || opType == Scale3D
ScaleTransformOperation.h 63 transform.scale3d(m_x, m_y, m_z);
74 ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D);
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtilTest.cpp 241 operations1.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D));
245 operations2.operations().append(ScaleTransformOperation::create(1, 0, 1, TransformOperation::Scale3D));
330 ops.operations().append(ScaleTransformOperation::create(50.2, 100, -4, TransformOperation::Scale3D));
AnimationTranslationUtil.cpp 68 case TransformOperation::Scale3D:
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueTestHelperTest.cpp 147 operations2.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D));
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 66 case CSSTransformValue::Scale3DTransformOperation: return TransformOperation::Scale3D;

Completed in 2490 milliseconds