Lines Matching refs:height
124 image->height = y2 - y1; in qxl_fb_dirty_flush()
227 …uint32_t size = fb_image->width * fb_image->height * (fb_image->depth >= 8 ? fb_image->depth / 8 :… in qxl_fb_delayed_imageblit()
255 int height = fb_rect->height; in qxl_fb_fillrect_internal() local
267 rect.bottom = y + height; in qxl_fb_fillrect_internal()
310 region->width, region->height, in qxl_fb_copyarea_internal()
453 int height = mode_cmd->height; in qxlfb_create_pinned_object() local
459 size = mode_cmd->pitches[0] * height; in qxlfb_create_pinned_object()
477 qbo->surf.height = mode_cmd->height; in qxlfb_create_pinned_object()
518 mode_cmd.height = sizes->surface_height; in qxlfb_create()
526 mode_cmd.height, mode_cmd.pitches[0]); in qxlfb_create()
528 shadow = vmalloc(mode_cmd.pitches[0] * mode_cmd.height); in qxlfb_create()
537 size = mode_cmd.pitches[0] * mode_cmd.height; in qxlfb_create()
603 …"fb: depth %d, pitch %d, width %d, height %d\n", fb->depth, fb->pitches[0], fb->width, fb->height); in qxlfb_create()