Searched refs:Scale3D (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | TransformOperation.h | 46 ScaleZ, Scale3D, enumerator 74 || opType == Scale3D in is3DOperation()
|
D | ScaleTransformOperation.h | 74 … ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D); in ScaleTransformOperation()
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
D | AnimationTranslationUtilTest.cpp | 241 …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()
|
D | AnimationTranslationUtil.cpp | 68 case TransformOperation::Scale3D: in toWebTransformOperations()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableValueTestHelperTest.cpp | 147 …ations2.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D)); in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | TransformBuilder.cpp | 66 case CSSTransformValue::Scale3DTransformOperation: return TransformOperation::Scale3D; in getTransformOperationType()
|