Searched refs:ww_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 66 ww_surface = fbw * vc->gfx.scale_x; in gd_gl_area_draw() 70 if (ww > ww_surface) { in gd_gl_area_draw() 71 wx_offset = (ww - ww_surface) / 2; in gd_gl_area_draw()
|
H A D | gtk.c | 396 int ww_surface, wh_surface; in gd_update() local 417 ww_surface = surface_width(vc->gfx.ds) * vc->gfx.scale_x; in gd_update() 428 if (ww_widget > ww_surface) { in gd_update() 429 wx_offset = (ww_widget - ww_surface) / 2; in gd_update() 905 int ww_widget, wh_widget, ww_surface, wh_surface; in gd_draw_event() local 944 ww_surface = fbw * vc->gfx.scale_x; in gd_draw_event() 948 if (ww_widget > ww_surface) { in gd_draw_event() 949 wx_offset = (ww_widget - ww_surface) / 2; in gd_draw_event() 962 cairo_rectangle(cr, wx_offset + ww_surface, wy_offset, in gd_draw_event() 963 -1 * ww_surface, wh_surface); in gd_draw_event() [all …]
|
H A D | gtk-egl.c | 346 int ww_widget, wh_widget, ww_surface, wh_surface; in gd_egl_scanout_flush() local 368 ww_surface = fbw * vc->gfx.scale_x; in gd_egl_scanout_flush() 372 pw_surface = ww_surface * gs; in gd_egl_scanout_flush()
|