Home
last modified time | relevance | path

Searched refs:font_index (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/sparc/kernel/
Dbtext.c194 unsigned int font_index = c * 16; in draw_byte() local
195 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte()
/linux-6.12.1/drivers/video/
Dsticore.c351 static int font_index, variable
372 font_index = simple_strtoul(str, NULL, 0); in sti_font_setup()
622 if (!font_index) { in sti_select_font()
629 font_index = sti_search_font(rom, in sti_select_font()
632 for (font = rom->font_start, i = font_index - 1; in sti_select_font()
/linux-6.12.1/arch/powerpc/kernel/
Dbtext.c465 unsigned int font_index = c * 16; in draw_byte() local
466 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte()