Lines Matching refs:xf86ModeWidth
843 if (xf86ModeWidth (mode, output->initial_rotation) > width ||
879 if (xf86ModeWidth (mode, output->initial_rotation) > width ||
888 dx = xf86ModeWidth (match, match_rotation) - xf86ModeWidth (mode, output->initial_rotation);
907 if (xf86ModeWidth (mode, output->initial_rotation) > width ||
1047 crtc_width = crtc->desiredX + xf86ModeWidth (&crtc->desiredMode, crtc->desiredRotation);
1264 output->initial_x += xf86ModeWidth (modes[or], relative->initial_rotation);
1272 output->initial_x -= xf86ModeWidth (modes[o], output->initial_rotation);
2059 int pref_width = xf86ModeWidth(preferred[p], r);
2071 if (xf86ModeWidth(mode, r) == pref_width &&
3077 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);