Searched refs:font_index (Results 1 – 3 of 3) sorted by relevance
194 unsigned int font_index = c * 16; in draw_byte() local195 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte()
351 static int font_index, variable372 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()
465 unsigned int font_index = c * 16; in draw_byte() local466 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte()