Searched refs:xorcol (Results 1 – 1 of 1) sorted by relevance
28 ((uint32_t *)d)[0] = (-((font_data >> 7)) & xorcol) ^ bgcol; in vga_draw_glyph_line()42 uint32_t font_data, xorcol; in vga_draw_glyph8() local44 xorcol = bgcol ^ fgcol; in vga_draw_glyph8()47 vga_draw_glyph_line(d, font_data, xorcol, bgcol); in vga_draw_glyph8()57 uint32_t font_data, xorcol; in vga_draw_glyph16() local59 xorcol = bgcol ^ fgcol; in vga_draw_glyph16()63 xorcol, bgcol); in vga_draw_glyph16()65 xorcol, bgcol); in vga_draw_glyph16()75 uint32_t font_data, xorcol, v; in vga_draw_glyph9() local77 xorcol = bgcol ^ fgcol; in vga_draw_glyph9()[all …]