Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h46 ScaleZ, Scale3D, enumerator
72 || opType == Scale3D in is3DOperation()
DScaleTransformOperation.cpp54 || other.type() == Scale3D in canBlendWith()
DScaleTransformOperation.h74 … ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D); in ScaleTransformOperation()
DTransformOperationsTest.cpp470 …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()
DTransformOperations.cpp275 case TransformOperation::Scale3D: in blendedBoundsForBox()
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableValueTestHelperTest.cpp101 …ations2.operations().append(ScaleTransformOperation::create(1, 1, 1, TransformOperation::Scale3D)); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationTranslationUtilTest.cpp92 …s.operations().append(ScaleTransformOperation::create(50.2, 100, -4, TransformOperation::Scale3D)); in TEST()
DAnimationTranslationUtil.cpp53 case TransformOperation::Scale3D: in toWebTransformOperations()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp60 case CSSTransformValue::Scale3DTransformOperation: return TransformOperation::Scale3D; in getTransformOperationType()