Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DScaleTransformOperation.cpp52 || other.type() == ScaleY in canBlendWith()
DTransformOperation.h40 ScaleX, ScaleY, Scale, enumerator
DScaleTransformOperation.h74 … ASSERT(type == ScaleX || type == ScaleY || type == ScaleZ || type == Scale || type == Scale3D); in ScaleTransformOperation()
DTransformOperations.cpp273 case TransformOperation::ScaleY: in blendedBoundsForBox()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationTranslationUtil.cpp51 case TransformOperation::ScaleY: in toWebTransformOperations()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DTransformBuilder.cpp58 case CSSTransformValue::ScaleYTransformOperation: return TransformOperation::ScaleY; in getTransformOperationType()
/external/chromium_org/third_party/libyuv/util/
Dpsnr_main.cc110 uint8 ScaleY(uint8 y) { in ScaleY() function
/external/skia/tests/
DMatrixTest.cpp796 REPORTER_ASSERT(reporter, affineEqual(ScaleY)); in DEF_TEST()
/external/chromium_org/third_party/skia/tests/
DMatrixTest.cpp826 REPORTER_ASSERT(reporter, affineEqual(ScaleY)); in DEF_TEST()