Home
last modified time | relevance | path

Searched refs:bg (Results 1 – 11 of 11) sorted by relevance

/qemu/ui/
H A Dvnc-enc-hextile-template.h24 pixel_t bg = 0; in CONCAT() local
41 bg = irow[i]; in CONCAT()
45 if (irow[i] != bg) { in CONCAT()
54 if (irow[i] == bg) in CONCAT()
71 fg = bg; in CONCAT()
72 bg = tmp; in CONCAT()
75 if (!*has_bg || *last_bg != bg) { in CONCAT()
78 *last_bg = bg; in CONCAT()
122 if (!*has_bg || *last_bg != bg) in CONCAT()
132 if (irow[i] == bg) in CONCAT()
[all …]
H A Dvnc-enc-tight.c963 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect() argument
975 palette_put(palette, bg); in send_mono_rect()
992 uint32_t buf[2] = {bg, fg}; in send_mono_rect()
1004 vnc_write(vs, &bg, 2); in send_mono_rect()
1009 vnc_write_u8(vs, bg); 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.c544 pixman_color_t bg = QEMU_PIXMAN_COLOR_BLACK; in qemu_create_placeholder_surface() local
554 qemu_pixman_glyph_render(glyph, surface->image, &fg, &bg, in qemu_create_placeholder_surface()
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c602 if (cci->bg.runtime > 0) { in cmd_infostat_bg_op_sts()
1331 cci->bg.runtime > 0) { in cxl_process_cci_message()
1365 cci->bg.ret_code = 0; in cxl_process_cci_message()
1368 cci->bg.starttime = now; in cxl_process_cci_message()
1379 uint64_t total_time = cci->bg.starttime + cci->bg.runtime; in bg_timercb()
1387 cci->bg.ret_code = ret; in bg_timercb()
1415 cci->bg.starttime = 0; in bg_timercb()
1417 cci->bg.runtime = 0; in bg_timercb()
1443 cci->bg.complete_pct = 0; in cxl_init_cci()
1444 cci->bg.starttime = 0; in cxl_init_cci()
[all …]
H A Dcxl-device-utils.c88 cci->bg.opcode); in mailbox_reg_read()
90 PERCENTAGE_COMP, cci->bg.complete_pct); in mailbox_reg_read()
92 RET_CODE, cci->bg.ret_code); in mailbox_reg_read()
98 if (cci->bg.complete_pct) { in mailbox_reg_read()
/qemu/hw/display/
H A Domap_dss.c56 uint32_t bg[2]; member
151 s->dispc.bg[0] = 0; in omap_dss_reset()
152 s->dispc.bg[1] = 0; in omap_dss_reset()
289 return s->dispc.bg[0]; in omap_disc_read()
291 return s->dispc.bg[1]; in omap_disc_read()
467 s->dispc.bg[0] = value & 0xffffff; in omap_disc_write()
471 s->dispc.bg[1] = value & 0xffffff; in omap_disc_write()
H A Dartist.c779 int fg, int bg) in artist_vram_write32() argument
792 artist_rop8(s, buf, offset + i, bg); in artist_vram_write32()
/qemu/po/
H A DLINGUAS1 bg
H A Dbg.po14 "Language: bg\n"
/qemu/include/hw/cxl/
H A Dcxl_device.h183 } bg; member
400 return !!cci->bg.runtime && cci->bg.opcode == 0x4400; in sanitize_running()
/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