Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 6 of 6) sorted by relevance

/qemu/ui/
H A Dvnc-enc-hextile-template.h25 pixel_t fg = 0; in CONCAT() local
46 fg = irow[i]; in CONCAT()
51 if (irow[i] != bg && irow[i] != fg) { in CONCAT()
56 else if (irow[i] == fg) in CONCAT()
70 pixel_t tmp = fg; in CONCAT()
71 fg = bg; in CONCAT()
81 if (n_colors < 3 && (!*has_fg || *last_fg != fg)) { in CONCAT()
84 *last_fg = fg; in CONCAT()
99 if (irow[i] == fg) { in CONCAT()
H A Dvnc-enc-tight.c963 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect() argument
976 palette_put(palette, fg); in send_mono_rect()
992 uint32_t buf[2] = {bg, fg}; in send_mono_rect()
1005 vnc_write(vs, &fg, 2); in send_mono_rect()
1010 vnc_write_u8(vs, fg); in send_mono_rect()
1415 ret = send_mono_rect(vs, x, y, w, h, bg, fg); in send_sub_rect_nojpeg()
1426 int bg, int fg, int colors, in send_sub_rect_jpeg() argument
1443 ret = send_mono_rect(vs, x, y, w, h, bg, fg); in send_sub_rect_jpeg()
1472 uint32_t bg = 0, fg = 0; in send_sub_rect() local
1510 ret = send_sub_rect_jpeg(vs, x, y, w, h, bg, fg, colors, in send_sub_rect()
[all …]
H A Dconsole.c545 pixman_color_t fg = QEMU_PIXMAN_COLOR_GRAY; in qemu_create_placeholder_surface() local
554 qemu_pixman_glyph_render(glyph, surface->image, &fg, &bg, in qemu_create_placeholder_surface()
/qemu/include/ui/
H A Dconsole.h62 #define ATTR2CHTYPE(c, fg, bg, bold) \
63 ((bold) << 21 | (bg) << 11 | (fg) << 8 | (c))
61 ATTR2CHTYPE(c,fg,bg,bold) global() argument
/qemu/hw/display/
H A Dartist.c779 int fg, int bg) in artist_vram_write32() argument
789 artist_rop8(s, buf, offset + i, fg); in artist_vram_write32()
/qemu/target/i386/tcg/
H A Demit.c.inc2495 * 7: ab......bc......cd......de......ef......fg......gh......h.......