| /qemu/ui/ |
| A D | sdl2-2d.c | 84 (surface_height(old_surface) != surface_height(new_surface)))) { in sdl2_2d_switch() 90 surface_height(new_surface)); in sdl2_2d_switch() 123 surface_height(new_surface)); in sdl2_2d_switch() 145 surface_height(scon->surface)); in sdl2_2d_redraw()
|
| A D | console-gl.c | 83 surface_height(surface), in surface_gl_create_texture() 89 surface_height(surface), in surface_gl_create_texture() 151 gh = surface_height(surface); in surface_gl_setup_viewport()
|
| A D | dbus-listener.c | 364 surface_height(ddl->ds), in dbus_scanout_map() 473 surface_height(ddl->ds), in dbus_scanout_map() 531 assert(surface_height(ddl->ds) == h); in dbus_scanout_texture() 579 surface_width(ds) * surface_height(ds) * 4, in dbus_cursor_dmabuf() 586 surface_height(ds), in dbus_cursor_dmabuf() 645 surface_width(ddl->ds), surface_height(ddl->ds)); in dbus_gl_refresh() 722 surface_stride(ddl->ds) * surface_height(ddl->ds), TRUE, in ddl_scanout() 728 ddl->proxy, surface_width(ddl->ds), surface_height(ddl->ds), in ddl_scanout() 760 if (x == 0 && y == 0 && w == surface_width(ddl->ds) && h == surface_height(ddl->ds)) { in dbus_gfx_update() 779 int height = surface_height(ddl->ds); in dbus_gl_gfx_switch()
|
| A D | gtk-egl.c | 97 vc->gfx.scale_y = (double)wh / surface_height(vc->gfx.ds); in gd_egl_draw() 124 vc->gfx.scale_y = (double)wh / surface_height(vc->gfx.ds); in gd_egl_draw() 193 trace_gd_switch(vc->label, surface_width(surface), surface_height(surface)); in gd_egl_switch() 197 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_egl_switch()
|
| A D | spice-display.c | 330 surface_height(ssd->ds) * 4; in qemu_spice_create_host_primary() 341 surface.height = surface_height(ssd->ds); in qemu_spice_create_host_primary() 395 surface_height(surface) == pixman_image_get_height(ssd->surface) && in qemu_spice_display_switch() 400 surface_height(surface), in qemu_spice_display_switch() 409 surface_height(surface)); in qemu_spice_display_switch() 416 surface_height(surface), in qemu_spice_display_switch() 860 surface_height(ssd->ds), in spice_gl_refresh() 898 surface_height(ssd->ds), in spice_gl_switch() 904 surface_height(ssd->ds), in spice_gl_switch() 911 surface_height(ssd->ds)); in spice_gl_switch()
|
| A D | gtk-gl-area.c | 162 trace_gd_switch(vc->label, surface_width(surface), surface_height(surface)); in gd_gl_area_switch() 166 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_gl_area_switch()
|
| A D | sdl2-gl.c | 104 (surface_height(old_surface) != surface_height(new_surface)))) { in sdl2_gl_switch()
|
| A D | gtk.c | 276 geo.min_height = surface_height(vc->gfx.ds) * VC_SCALE_MIN; in gd_update_geometry_hints() 280 geo.min_height = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update_geometry_hints() 417 fbh = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update() 512 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_switch() 528 surface_height(surface), in gd_switch() 534 surface_height(surface), in gd_switch() 839 fbh = surface_height(vc->gfx.ds); in gd_draw_event() 901 fbh = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_motion_event() 931 y >= surface_height(vc->gfx.ds)) { in gd_motion_event() 937 0, surface_height(vc->gfx.ds)); in gd_motion_event() [all …]
|
| A D | sdl2.c | 105 surface_height(scon->surface), in sdl2_window_create() 152 surface_height(scon->surface)); in sdl2_window_resize() 327 y, 0, surface_height(scon->surface)); in sdl_send_mouse_event() 458 height = (surface_height(scon->surface) * width) / in handle_keydown()
|
| A D | egl-helpers.c | 171 glReadPixels(0, 0, surface_width(dst), surface_height(dst), in egl_fb_read() 178 assert(surface_height(dst) == src->height); in egl_fb_read_rect()
|
| A D | console-vc.c | 232 qemu_console_fill_rect(QEMU_CONSOLE(s), 0, 0, surface_width(surface), surface_height(surface), in console_refresh() 248 surface_width(surface), surface_height(surface)); in console_refresh() 386 h = surface_height(s->surface) / FONT_HEIGHT; in text_console_resize()
|
| A D | console.c | 235 surface_height(new_surface)); in displaychangelistener_gfx_switch() 825 height = surface_height(old_surface); in dpy_gfx_replace_surface() 1449 return surface_height(con->surface); in qemu_console_get_height()
|
| A D | dbus-console.c | 80 surface_height(new_surface)); in dbus_gfx_switch()
|
| A D | vnc.c | 638 return MIN(VNC_MAX_HEIGHT, surface_height(vd->ds)); in vnc_height() 818 surface_height(s1) == surface_height(s2) && in vnc_check_pageflip() 842 surface_height(surface), in vnc_dpy_switch() 846 surface_height(surface)); in vnc_dpy_switch() 852 surface_height(surface), in vnc_dpy_switch()
|
| /qemu/include/ui/ |
| A D | surface.h | 71 static inline int surface_height(DisplaySurface *s) in surface_height() function
|
| /qemu/hw/display/ |
| A D | vmware_vga.c | 343 if (y + h > surface_height(surface)) { in vmsvga_verify_rect() 345 surface_height(surface), in vmsvga_verify_rect() 369 h = surface_height(surface); in vmsvga_update_rect() 832 ret = s->new_height ? s->new_height : surface_height(surface); in vmsvga_value_read() 1124 s->new_height != surface_height(surface) || in vmsvga_check_size()
|
| A D | xlnx_dp.c | 1163 (surface_height(s->g_plane.surface) in xlnx_dp_blend_surface() 1164 != surface_height(s->v_plane.surface))) { in xlnx_dp_blend_surface() 1179 surface_height(s->g_plane.surface)); in xlnx_dp_blend_surface() 1185 surface_height(s->g_plane.surface)); in xlnx_dp_blend_surface()
|
| A D | jazz_led.c | 159 for (y = 0; y < surface_height(surface); y++) { in jazz_led_update_display()
|
| A D | omap_lcdc.c | 264 omap_lcd->height != surface_height(surface)) { in omap_update_display()
|
| A D | g364fb.c | 252 s->height != surface_height(surface)) { in g364fb_update_display()
|
| A D | macfb.c | 470 s->height != surface_height(surface)) { in macfb_update_display()
|
| A D | exynos4210_fimd.c | 1256 surface_height(surface) != height) { in exynos4210_update_resolution() 1258 surface_width(surface), surface_height(surface), width, height); in exynos4210_update_resolution()
|
| A D | xenfb.c | 283 scale = surface_height(surface) - 1; in xenfb_mouse_event()
|
| /qemu/hw/vfio/ |
| A D | display.c | 441 surface_height(dpy->region.surface) != plane.height || in vfio_display_region_update() 478 surface_height(dpy->region.surface)); in vfio_display_region_update()
|