Lines Matching defs:max_x
185 int max_x; /* Maximum x */
420 if (priv->min_x > priv->max_x) {
422 cur_x = priv->max_x - cur_x + priv->min_x;
793 x0 = min(priv->min_x, priv->max_x);
794 x1 = max(priv->min_x, priv->max_x);
954 priv->max_x = 3000;
1061 priv->max_x = xf86SetIntOption(pInfo->options, "MaxX", 3000);
1062 xf86Msg(X_CONFIG, "Elographics maximum x position: %d\n", priv->max_x);
1096 width = priv->max_x - priv->min_x;
1129 priv->min_x = priv->max_x;
1130 priv->max_x = tmp;