Searched refs:Scale3D (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | TransformOperation.h | 46 ScaleZ, Scale3D, enumerator 72 || opType == Scale3D in is3DOperation()
|
D | ScaleTransformOperation.cpp | 54 || other.type() == Scale3D in canBlendWith()
|
D | ScaleTransformOperation.h | 74 … ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D); in ScaleTransformOperation()
|
D | TransformOperationsTest.cpp | 470 …romOps.operations().append(ScaleTransformOperation::create(-1, 2, 3, TransformOperation::Scale3D)); in TEST() 474 …toOps.operations().append(ScaleTransformOperation::create(-3, -2, 5, TransformOperation::Scale3D)); in TEST()
|
D | TransformOperations.cpp | 275 case TransformOperation::Scale3D: in blendedBoundsForBox()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
D | AnimatableValueTestHelperTest.cpp | 101 …ations2.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D)); in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimationTranslationUtilTest.cpp | 92 …s.operations().append(ScaleTransformOperation::create(50.2, 100, -4, TransformOperation::Scale3D)); in TEST()
|
D | AnimationTranslationUtil.cpp | 53 case TransformOperation::Scale3D: in toWebTransformOperations()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | TransformBuilder.cpp | 60 case CSSTransformValue::Scale3DTransformOperation: return TransformOperation::Scale3D; in getTransformOperationType()
|