Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h46 ScaleZ, Scale3D, enumerator
74 || opType == Scale3D in is3DOperation()
DScaleTransformOperation.h74 … ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D); in ScaleTransformOperation()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtilTest.cpp241 …ations1.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D)); in TEST()
245 …ations2.operations().append(ScaleTransformOperation::create(1, 0, 1, TransformOperation::Scale3D)); in TEST()
330 …s.operations().append(ScaleTransformOperation::create(50.2, 100, -4, TransformOperation::Scale3D)); in TEST()
DAnimationTranslationUtil.cpp68 case TransformOperation::Scale3D: in toWebTransformOperations()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableValueTestHelperTest.cpp147 …ations2.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D)); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp66 case CSSTransformValue::Scale3DTransformOperation: return TransformOperation::Scale3D; in getTransformOperationType()