Searched refs:height (Results 1 – 7 of 7) sorted by relevance
| /devicemodel/hw/ |
| A D | gc.c | 16 gc_init(int width, int height, void *fbaddr) in gc_init() argument 27 gc_image->height = height; in gc_init() 32 gc_image->data = calloc(width * height, sizeof(uint32_t)); in gc_init() 77 gc_resize(struct gfx_ctx *gc, int width, int height) in gc_resize() argument 83 gc_image->height = height; in gc_resize() 86 width * height * sizeof(uint32_t)); in gc_resize() 88 memset(gc_image->data, 0, width * height * in gc_resize()
|
| A D | vdisplay_sdl.c | 63 int height; member 154 uint32_t height; // mm member 162 uint32_t height; // mm member 176 b_param->v_pixel = height; in vdpy_edid_set_baseparam() 179 b_param->height = height; in vdpy_edid_set_baseparam() 206 frame->height = b_param->height; in vdpy_edid_set_frame() 568 info->height = vscr->info.height; in vdpy_get_display_info() 573 info->height = 0; in vdpy_get_display_info() 665 vscr->surf.height = 0; in vdpy_surface_set() 756 attrs[i++] = surf->height; in vdpy_surface_set() [all …]
|
| A D | vga.c | 168 old_height = vd->gc_image->height; in vga_check_size() 303 vd->gc_image->width * vd->gc_image->height * in vga_render() 1455 vga->gc->gc_image->height = 0; in vga_vbe_write()
|
| /devicemodel/include/ |
| A D | gc.h | 37 int height; member 47 struct gfx_ctx *gc_init(int width, int height, void *fbaddr); 50 void gc_resize(struct gfx_ctx *gc, int width, int height);
|
| A D | vdisplay.h | 48 uint32_t height; member 63 uint32_t height; member 83 uint32_t height; member
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_gpu.c | 600 resp.pmodes[i].r.height = info.height; in virtio_gpu_cmd_get_display_info() 713 r2d->height = req.height; in virtio_gpu_cmd_resource_create_2d() 901 (req.r.height > r2d->height) || in virtio_gpu_cmd_set_scanout() 903 (req.r.y + req.r.height) > (r2d->height)) { in virtio_gpu_cmd_set_scanout() 915 surf.height = req.r.height; in virtio_gpu_cmd_set_scanout() 967 (req.r.height > r2d->height) || in virtio_gpu_cmd_transfer_to_host_2d() 969 (req.r.y + req.r.height > r2d->height)) { in virtio_gpu_cmd_transfer_to_host_2d() 979 height = (req.r.height < r2d->height) ? req.r.height : r2d->height; in virtio_gpu_cmd_transfer_to_host_2d() 1105 surf.height = gpu_scanout->scanout_rect.height; in virtio_gpu_cmd_resource_flush() 1372 surf.height = req.r.height; in virtio_gpu_cmd_set_scanout_blob() [all …]
|
| /devicemodel/hw/platform/ |
| A D | usb_mouse.c | 272 dev->um_report.y = MOUSE_MAX_Y * y / gc->height; in umouse_event()
|
Completed in 16 milliseconds