Searched refs:SCALE_Y (Results 1 – 5 of 5) sorted by relevance
40 SCALE_X, SCALE_Y, SCALE, enumerator
76 …ASSERT(type == SCALE_X || type == SCALE_Y || type == SCALE_Z || type == SCALE || type == SCALE_3D); in ScaleTransformOperation()
727 } else if (op->getOperationType() == TransformOperation::SCALE_Y) { in createTransformAnimationsFromKeyframes()
158 case TransformOperation::SCALE_Y:216 case TransformOperation::SCALE_Y:
6103 …case WebKitCSSTransformValue::ScaleYTransformOperation: return TransformOperation::SCALE_Y; in getTransformOperationType()