Searched refs:fontindex (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsti.c517 u_int fontindex = 0; local
611 fontindex = mon->font;
618 DPRINTF(("font index: %d\n", fontindex));
621 if ((error = sti_fetchfonts(scr, &cfg, dd->dd_fntaddr, fontindex))) {
738 uint32_t baseaddr, u_int fontindex)
787 if (fontindex == 0) {
802 fontindex--;
810 fontindex = 0;
737 sti_fetchfonts(struct sti_screen *scr, struct sti_inqconfout *cfg, uint32_t baseaddr, u_int fontindex) argument

Completed in 105 milliseconds