Home
last modified time | relevance | path

Searched defs:font_data (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dfont.h73 struct font_data { struct
74 unsigned int extra[FONT_EXTRA_WORDS];
75 const unsigned char data[];
/openbmc/qemu/hw/display/
H A Dvga-helpers.h25 static inline void vga_draw_glyph_line(uint8_t *d, uint32_t font_data, in vga_draw_glyph_line()
42 uint32_t font_data, xorcol; in vga_draw_glyph8() local
57 uint32_t font_data, xorcol; in vga_draw_glyph16() local
75 uint32_t font_data, xorcol, v; in vga_draw_glyph9() local
/openbmc/linux/drivers/video/console/
H A Dsticon.c64 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES]; variable
H A Dnewport_con.c38 static unsigned char *font_data[MAX_NR_CONSOLES]; variable
/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c116 u8 *font_data; member