Lines Matching refs:raw_font
600 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
609 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
611 font_start = raw_font; in sti_cook_fonts()
612 cooked_font->raw = raw_font; in sti_cook_fonts()
614 while (raw_font->next_font) { in sti_cook_fonts()
615 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
623 cooked_font->raw = raw_font; in sti_cook_fonts()
683 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
703 raw_font = ((void *)raw) + raw->font_start; in sti_get_bmode_rom()
704 font_start = raw_font; in sti_get_bmode_rom()
706 while (raw_font->next_font) { in sti_get_bmode_rom()
707 BMODE_RELOCATE (raw_font->next_font); in sti_get_bmode_rom()
708 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()