/qemu/ui/ |
H 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()
|
H 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()
|
H A D | gtk-egl.c | 100 surface_height(vc->gfx.ds)); in gd_egl_draw() 128 surface_height(vc->gfx.ds)); in gd_egl_draw() 197 trace_gd_switch(vc->label, surface_width(surface), surface_height(surface)); in gd_egl_switch() 201 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_egl_switch() 364 fbh = surface_height(vc->gfx.ds); in gd_egl_scanout_flush()
|
H A D | dbus-listener.c | 445 surface_height(ddl->ds), in dbus_scanout_map() 554 surface_height(ddl->ds), in dbus_scanout_map() 611 assert(surface_height(ddl->ds) == h); in dbus_scanout_texture() 659 surface_width(ds) * surface_height(ds) * 4, in dbus_cursor_dmabuf() 666 surface_height(ds), in dbus_cursor_dmabuf() 725 surface_width(ddl->ds), surface_height(ddl->ds)); in dbus_gl_refresh() 802 surface_stride(ddl->ds) * surface_height(ddl->ds), TRUE, in ddl_scanout() 808 ddl->proxy, surface_width(ddl->ds), surface_height(ddl->ds), in ddl_scanout() 840 if (x == 0 && y == 0 && w == surface_width(ddl->ds) && h == surface_height(ddl->ds)) { in dbus_gfx_update() 859 int height = surface_height(ddl->ds); in dbus_gl_gfx_switch()
|
H A D | gtk-gl-area.c | 58 fbh = surface_height(vc->gfx.ds); in gd_gl_area_draw() 201 trace_gd_switch(vc->label, surface_width(surface), surface_height(surface)); in gd_gl_area_switch() 205 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_gl_area_switch()
|
H A D | sdl2.c | 105 surface_height(scon->surface), in sdl2_window_create() 152 surface_height(scon->surface)); in sdl2_window_resize() 325 y, 0, surface_height(scon->surface)); in sdl_send_mouse_event() 443 height = (surface_height(scon->surface) * width) / in handle_keydown() 513 surf_h = surface_height(scon->surface); in handle_mousemotion() 537 y = (int64_t)bev->y * surface_height(scon->surface) / scr_h; in handle_mousebutton()
|
H A D | spice-display.c | 332 surface_height(ssd->ds) * 4; in qemu_spice_create_host_primary() 343 surface.height = surface_height(ssd->ds); in qemu_spice_create_host_primary() 397 surface_height(surface) == pixman_image_get_height(ssd->surface) && in qemu_spice_display_switch() 402 surface_height(surface), in qemu_spice_display_switch() 411 surface_height(surface)); in qemu_spice_display_switch() 418 surface_height(surface), in qemu_spice_display_switch() 862 surface_height(ssd->ds), in spice_gl_refresh() 925 surface_height(ssd->ds), in spice_gl_switch() 931 surface_height(ssd->ds), in spice_gl_switch() 939 surface_height(ssd->ds)); in spice_gl_switch()
|
H A D | sdl2-gl.c | 104 (surface_height(old_surface) != surface_height(new_surface)))) { in sdl2_gl_switch()
|
H A D | gtk.c | 277 geo.min_height = surface_height(vc->gfx.ds) * VC_SCALE_MIN; in gd_update_geometry_hints() 281 geo.min_height = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update_geometry_hints() 418 wh_surface = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update() 501 trace_gd_switch(vc->label, surface_width(surface), surface_height(surface)); in gd_switch() 514 surface_height(vc->gfx.ds) == surface_height(surface)) { in gd_switch() 530 surface_height(surface), in gd_switch() 536 surface_height(surface), in gd_switch() 937 fbh = surface_height(vc->gfx.ds); in gd_draw_event() 990 wh_surface = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_motion_event() 1021 fby >= surface_height(vc->gfx.ds)) { in gd_motion_event() [all …]
|
H A D | egl-helpers.c | 178 glReadPixels(0, 0, surface_width(dst), surface_height(dst), in egl_fb_read() 185 assert(surface_height(dst) == src->height); in egl_fb_read_rect()
|
H A D | console-vc.c | 235 qemu_console_fill_rect(QEMU_CONSOLE(s), 0, 0, surface_width(surface), surface_height(surface), in console_refresh() 251 surface_width(surface), surface_height(surface)); in console_refresh() 389 h = surface_height(s->surface) / FONT_HEIGHT; in text_console_resize()
|
H A D | console.c | 235 surface_height(new_surface)); in displaychangelistener_gfx_switch() 825 height = surface_height(old_surface); in dpy_gfx_replace_surface() 1447 return surface_height(con->surface); in qemu_console_get_height()
|
H A D | dbus-console.c | 80 surface_height(new_surface)); in dbus_gfx_switch()
|
H A D | vnc.c | 636 return MIN(VNC_MAX_HEIGHT, surface_height(vd->ds)); in vnc_height() 816 surface_height(s1) == surface_height(s2) && in vnc_check_pageflip() 840 surface_height(surface), in vnc_dpy_switch() 844 surface_height(surface)); in vnc_dpy_switch() 850 surface_height(surface), in vnc_dpy_switch()
|
/qemu/include/ui/ |
H A D | surface.h | 71 static inline int surface_height(DisplaySurface *s) in surface_height() function
|
/qemu/hw/display/ |
H 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()
|
H 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()
|
H A D | jazz_led.c | 159 for (y = 0; y < surface_height(surface); y++) { in jazz_led_update_display()
|
H A D | apple-gfx.m | 236 uint32_t height = surface_height(s->surface); 316 s->rendering_frame_height == surface_height(s->surface)) { 362 height == surface_height(s->surface)) {
|
H A D | omap_lcdc.c | 264 omap_lcd->height != surface_height(surface)) { in omap_update_display()
|
H A D | g364fb.c | 252 s->height != surface_height(surface)) { in g364fb_update_display()
|
H A D | macfb.c | 469 s->height != surface_height(surface)) { in macfb_update_display()
|
H 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()
|
H A D | xenfb.c | 283 scale = surface_height(surface) - 1; in xenfb_mouse_event()
|
/qemu/hw/vfio/ |
H 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()
|