Home
last modified time | relevance | path

Searched refs:png (Results 1 – 15 of 15) sorted by relevance

/qemu/ui/icons/
H A DMakefile10 inkscape --without-gui --export-png=qemu_$${s}x$${s}.png \
13 convert qemu_32x32.png qemu_32x32.bmp
H A Dmeson.build3 install_data('qemu_@0@.png'.format(s),
4 rename: 'qemu.png',
/qemu/ui/
H A Dvnc-enc-tight.c1279 buffer_reserve(&vs->tight->png, vs->tight->png.offset + length); in png_write_data()
1280 memcpy(vs->tight->png.buffer + vs->tight->png.offset, data, length); in png_write_data()
1282 vs->tight->png.offset += length; in png_write_data()
1362 buffer_reserve(&vs->tight->png, 2048); in send_png_rect()
1386 tight_send_compact_size(vs, vs->tight->png.offset); in send_png_rect()
1387 vnc_write(vs, vs->tight->png.buffer, vs->tight->png.offset); in send_png_rect()
1388 buffer_reset(&vs->tight->png); in send_png_rect()
1719 buffer_free(&vs->tight->png); in vnc_tight_clear()
H A Dmeson.build2 system_ss.add(png)
H A Dvnc.h203 Buffer png; member
H A Dcocoa.m1649 char *icon_path_c = get_relocated_path(CONFIG_QEMU_ICONDIR "/hicolor/512x512/apps/qemu.png");
H A Dvnc.c3269 buffer_init(&vs->tight->png, "vnc-tight-png/%p", sioc); in vnc_connect()
/qemu/.gitlab-ci.d/cirrus/
H A Dfreebsd-14.vars14 …libtasn1 llvm lzo2 meson mtools ncurses nettle ninja opencv pixman pkgconf png py311-numpy py311-p…
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan422 --enable-vnc --enable-vnc-sasl --enable-vnc-jpeg --enable-png \
/qemu/scripts/
H A Dmeson-buildoptions.sh432 --enable-png) printf "%s" -Dpng=enabled ;;
433 --disable-png) printf "%s" -Dpng=disabled ;;
/qemu/qapi/
H A Dui.json161 # @png: PNG format
168 'data': ['ppm', 'png'] }
/qemu/docs/devel/testing/
H A Dfunctional.rst295 ('https://www.qemu.org/assets/images/qemu_head_200.png'),
/qemu/
H A Dmeson_options.txt245 option('png', type : 'feature', value : 'auto', feature
H A Dmeson.build1997 png = not_found
1998 if get_option('png').allowed() and have_system
1999 png = dependency('libpng', version: '>=1.6.34', required: get_option('png'),
2566 config_host_data.set('CONFIG_PNG', png.found())
4924 summary_info += {'PNG support': png}
1990 png = not_found global() variable
1992 png = dependency('libpng', version: '>=1.6.34', required: get_option('png'), global() variable
H A Dhmp-commands.hx262 "Currently only 'png' and 'ppm' formats are supported.",