Searched refs:scr_romfont (Results 1 – 2 of 2) sorted by relevance
764 if (scr->scr_romfont != NULL) { in sti_screen_setup()765 free(scr->scr_romfont, M_DEVBUF, 0); in sti_screen_setup()766 scr->scr_romfont = NULL; in sti_screen_setup()925 if (scr->scr_romfont == NULL) in sti_fetchfonts()929 (u_int8_t *)scr->scr_romfont, size); in sti_fetchfonts()942 if (fp->next == 0 && scr->scr_romfont == NULL) { in sti_fetchfonts()961 a.in.font_addr = scr->scr_romfont; in sti_fetchfonts()982 free(scr->scr_romfont, M_DEVBUF, 0); in sti_fetchfonts()983 scr->scr_romfont = NULL; in sti_fetchfonts()1390 if (scr->scr_romfont != NULL) { in sti_putchar()[all …]
79 void *scr_romfont; /* ROM font copy in memory... */ member