Lines Matching defs:height
63 int x, y, width, height;
68 x = y = width = height = 0;
78 height = mode->vdisplay;
80 y = (adjusted_mode->vdisplay - height + 1)/2;
94 height = adjusted_mode->vdisplay;
96 height = scaled_width / mode->hdisplay;
97 if (height & 1)
98 height++;
99 y = (adjusted_mode->vdisplay - height + 1) / 2;
105 height = adjusted_mode->vdisplay;
113 height = adjusted_mode->vdisplay;
123 pipe_config->pch_pfit.size = (width << 16) | height;
150 int height)
159 border = (mode->vdisplay - height + 1) / 2;
161 mode->crtc_vdisplay = height;
162 mode->crtc_vblank_start = height + border;