Lines Matching refs:height
118 image->height = y2 - y1 + 1; in qxl_fb_dirty_flush()
136 int x, int y, int width, int height) in qxl_dirty_update() argument
143 y2 = y + height - 1; in qxl_dirty_update()
205 rect->height); in qxl_fb_fillrect()
215 area->height); in qxl_fb_copyarea()
225 image->height); in qxl_fb_imageblit()
294 int height = mode_cmd->height; in qxlfb_create_pinned_object() local
300 size = mode_cmd->pitches[0] * height; in qxlfb_create_pinned_object()
318 qbo->surf.height = mode_cmd->height; in qxlfb_create_pinned_object()
358 mode_cmd.height = sizes->surface_height; in qxlfb_create()
366 mode_cmd.height, mode_cmd.pitches[0]); in qxlfb_create()
368 shadow = vmalloc(mode_cmd.pitches[0] * mode_cmd.height); in qxlfb_create()
377 size = mode_cmd.pitches[0] * mode_cmd.height; in qxlfb_create()
432 …"fb: depth %d, pitch %d, width %d, height %d\n", fb->depth, fb->pitches[0], fb->width, fb->height); in qxlfb_create()