Lines Matching refs:height

108                    int width, int height, int refresh)  in output_handle_mode()  argument
118 xwl_output->height = height; in output_handle_mode()
126 int *height, int *width) in output_get_new_size() argument
132 output_height = xwl_output->height; in output_get_new_size()
134 output_width = xwl_output->height; in output_get_new_size()
141 if (*height < xwl_output->y + output_height) in output_get_new_size()
142 *height = xwl_output->y + output_height; in output_get_new_size()
159 update_backing_pixmaps(struct xwl_screen *xwl_screen, int width, int height) in update_backing_pixmaps() argument
166 new_pixmap = pScreen->CreatePixmap(pScreen, width, height, in update_backing_pixmaps()
176 pScreen->ResizeWindow(pRoot, 0, 0, width, height, NULL); in update_backing_pixmaps()
180 update_screen_size(struct xwl_output *xwl_output, int width, int height) in update_screen_size() argument
188 update_backing_pixmaps (xwl_screen, width, height); in update_screen_size()
191 xwl_screen->height = height; in update_screen_size()
193 xwl_screen->screen->height = height; in update_screen_size()
195 xwl_screen->screen->mmHeight = (height * 25.4) / monitorResolution; in update_screen_size()
200 BoxRec box = { 0, 0, width, height }; in update_screen_size()
203 xwl_screen->screen->root->drawable.height = height; in update_screen_size()
217 int width = 0, height = 0, has_this_output = 0; in apply_output_change() local
231 mode_height = xwl_output->height; in apply_output_change()
233 mode_width = xwl_output->height; in apply_output_change()
252 output_get_new_size(it, need_rotate, &height, &width); in apply_output_change()
259 output_get_new_size(xwl_output, need_rotate, &height, &width); in apply_output_change()
264 update_screen_size(xwl_output, width, height); in apply_output_change()
304 int32_t width, int32_t height) in xdg_output_handle_logical_size() argument
309 xwl_output->height = height; in xdg_output_handle_logical_size()
404 int width = 0, height = 0; in xwl_output_remove() local
410 output_get_new_size(it, need_rotate, &height, &width); in xwl_output_remove()
411 update_screen_size(xwl_output, width, height); in xwl_output_remove()