Lines Matching defs:width
63 int x, y, width, height;
68 x = y = width = height = 0;
77 width = mode->hdisplay;
79 x = (adjusted_mode->hdisplay - width + 1)/2;
89 width = scaled_height / mode->vdisplay;
90 if (width & 1)
91 width++;
92 x = (adjusted_mode->hdisplay - width + 1) / 2;
101 width = adjusted_mode->hdisplay;
104 width = adjusted_mode->hdisplay;
112 width = adjusted_mode->hdisplay;
123 pipe_config->pch_pfit.size = (width << 16) | height;
128 int width)
137 border = (mode->hdisplay - width + 1) / 2;
140 mode->crtc_hdisplay = width;
141 mode->crtc_hblank_start = width + border;