Searched refs:wh_surface (Results 1 – 3 of 3) sorted by relevance
/qemu/ui/ |
H A D | gtk-gl-area.c | 47 int ww_surface, wh_surface; in gd_gl_area_draw() local 67 wh_surface = fbh * vc->gfx.scale_y; in gd_gl_area_draw() 73 if (wh > wh_surface) { in gd_gl_area_draw() 74 wy_offset = (wh - wh_surface) / 2; in gd_gl_area_draw()
|
H A D | gtk.c | 396 int ww_surface, wh_surface; in gd_update() local 418 wh_surface = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update() 431 if (wh_widget > wh_surface) { in gd_update() 432 wy_offset = (wh_widget - wh_surface) / 2; in gd_update() 905 int ww_widget, wh_widget, ww_surface, wh_surface; in gd_draw_event() local 945 wh_surface = fbh * vc->gfx.scale_y; in gd_draw_event() 951 if (wh_widget > wh_surface) { in gd_draw_event() 952 wy_offset = (wh_widget - wh_surface) / 2; in gd_draw_event() 963 -1 * ww_surface, wh_surface); in gd_draw_event() 982 int wh_surface, ww_surface; in gd_motion_event() local [all …]
|
H A D | gtk-egl.c | 346 int ww_widget, wh_widget, ww_surface, wh_surface; in gd_egl_scanout_flush() local 369 wh_surface = fbh * vc->gfx.scale_y; in gd_egl_scanout_flush() 373 ph_surface = wh_surface * gs; in gd_egl_scanout_flush()
|