Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/transforms/
DTransformOperation.h40 SCALE_X, SCALE_Y, SCALE, enumerator
DScaleTransformOperation.h76 …ASSERT(type == SCALE_X || type == SCALE_Y || type == SCALE_Z || type == SCALE || type == SCALE_3D); in ScaleTransformOperation()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp727 } else if (op->getOperationType() == TransformOperation::SCALE_Y) { in createTransformAnimationsFromKeyframes()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm158 case TransformOperation::SCALE_Y:
216 case TransformOperation::SCALE_Y:
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp6103 …case WebKitCSSTransformValue::ScaleYTransformOperation: return TransformOperation::SCALE_Y; in getTransformOperationType()