Home
last modified time | relevance | path

Searched refs:zoom_to_fit (Results 1 – 2 of 2) sorted by relevance

/qemu/ui/
H A Dgtk.c2149 bool zoom_to_fit = false; in gd_vc_gfx_init() local
2224 zoom_to_fit = true; in gd_vc_gfx_init()
2227 zoom_to_fit = s->opts->u.gtk.zoom_to_fit; in gd_vc_gfx_init()
2229 if (zoom_to_fit) { in gd_vc_gfx_init()
H A Dcocoa.m2155 if (opts->u.cocoa.has_zoom_to_fit && opts->u.cocoa.zoom_to_fit) {