Home
last modified time | relevance | path

Searched refs:ScaleY (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h40 ScaleX, ScaleY, Scale, enumerator
DScaleTransformOperation.h74 … ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D); in ScaleTransformOperation()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp64 case CSSTransformValue::ScaleYTransformOperation: return TransformOperation::ScaleY; in getTransformOperationType()
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp66 case TransformOperation::ScaleY: in toWebTransformOperations()
/external/skia/tests/
DMatrixTest.cpp784 REPORTER_ASSERT(reporter, affineEqual(ScaleY)); in DEF_TEST()