Home
last modified time | relevance | path

Searched refs:bgcol (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga-helpers.h28 ((uint32_t *)d)[0] = (-((font_data >> 7)) & xorcol) ^ bgcol; in vga_draw_glyph_line()
40 uint32_t fgcol, uint32_t bgcol) in vga_draw_glyph8() argument
44 xorcol = bgcol ^ fgcol; in vga_draw_glyph8()
47 vga_draw_glyph_line(d, font_data, xorcol, bgcol); in vga_draw_glyph8()
59 xorcol = bgcol ^ fgcol; in vga_draw_glyph16()
63 xorcol, bgcol); in vga_draw_glyph16()
65 xorcol, bgcol); in vga_draw_glyph16()
77 xorcol = bgcol ^ fgcol; in vga_draw_glyph9()
80 ((uint32_t *)d)[0] = (-((font_data >> 7)) & xorcol) ^ bgcol; in vga_draw_glyph9()
87 v = (-((font_data >> 0) & 1) & xorcol) ^ bgcol; in vga_draw_glyph9()
[all …]
H A Dvga.c1191 uint32_t offset, fgcol, bgcol, v, cursor_offset; in vga_draw_text() local
1311 bgcol = palette[cattr >> 4]; in vga_draw_text()
1315 font_ptr, cheight, fgcol, bgcol); in vga_draw_text()
1318 font_ptr, cheight, fgcol, bgcol); in vga_draw_text()
1326 font_ptr, cheight, fgcol, bgcol, dup9); in vga_draw_text()
1343 cursor_glyph, h, fgcol, bgcol); in vga_draw_text()
1346 cursor_glyph, h, fgcol, bgcol); in vga_draw_text()
1349 cursor_glyph, h, fgcol, bgcol, 1); in vga_draw_text()
/openbmc/qemu/ui/
H A Dconsole-vc.c21 uint8_t bgcol:4; member
31 .bgcol = QEMU_COLOR_BLACK \
157 pixman_color_t fgcol, bgcol; in vga_putcharxy() local
165 bgcol = color_table_rgb[t_attrib->bold][t_attrib->bgcol]; in vga_putcharxy()
531 vc->t_attrib.bgcol = QEMU_COLOR_BLACK; in vc_handle_escape()
534 vc->t_attrib.bgcol = QEMU_COLOR_RED; in vc_handle_escape()
537 vc->t_attrib.bgcol = QEMU_COLOR_GREEN; in vc_handle_escape()
543 vc->t_attrib.bgcol = QEMU_COLOR_BLUE; in vc_handle_escape()
549 vc->t_attrib.bgcol = QEMU_COLOR_CYAN; in vc_handle_escape()
552 vc->t_attrib.bgcol = QEMU_COLOR_WHITE; in vc_handle_escape()
[all …]
H A Dqemu-pixman.c253 pixman_color_t *bgcol, in qemu_pixman_glyph_render() argument
257 pixman_image_t *ibg = pixman_image_create_solid_fill(bgcol); in qemu_pixman_glyph_render()
/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_display.c498 u32 bgcol; in mcde_configure_channel() local
506 bgcol = MCDE_CHNL0BCKGNDCOL; in mcde_configure_channel()
513 bgcol = MCDE_CHNL1BCKGNDCOL; in mcde_configure_channel()
520 bgcol = MCDE_CHNL2BCKGNDCOL; in mcde_configure_channel()
527 bgcol = MCDE_CHNL3BCKGNDCOL; in mcde_configure_channel()
590 writel(0, mcde->regs + bgcol); in mcde_configure_channel()
/openbmc/qemu/include/ui/
H A Dqemu-pixman.h94 pixman_color_t *bgcol,
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c643 int col, bgcol; in tridentfb_imageblit() local
653 bgcol = img->bg_color; in tridentfb_imageblit()
654 bgcol |= bgcol << 8; in tridentfb_imageblit()
655 bgcol |= bgcol << 16; in tridentfb_imageblit()
658 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; in tridentfb_imageblit()
664 img->width, img->height, col, bgcol); in tridentfb_imageblit()
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750.c240 unsigned int fgcol, bgcol; in lynxfb_ops_imageblit() local
263 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit()
266 bgcol = image->bg_color; in lynxfb_ops_imageblit()
282 fgcol, bgcol, HW_ROP2_COPY); in lynxfb_ops_imageblit()