HomeSort by: relevance | last modified time | path
    Searched defs:fontindex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
sti.c 512 u_int fontindex = 0; local in function:sti_screen_setup
607 fontindex = mon->font;
614 DPRINTF(("font index: %d\n", fontindex));
617 if ((error = sti_fetchfonts(scr, &cfg, dd->dd_fntaddr, fontindex))) {
833 uint32_t baseaddr, u_int fontindex)
883 if (fontindex == 0) {
896 fontindex--;
904 fontindex = 0;
sti.c 512 u_int fontindex = 0; local in function:sti_screen_setup
607 fontindex = mon->font;
614 DPRINTF(("font index: %d\n", fontindex));
617 if ((error = sti_fetchfonts(scr, &cfg, dd->dd_fntaddr, fontindex))) {
833 uint32_t baseaddr, u_int fontindex)
883 if (fontindex == 0) {
896 fontindex--;
904 fontindex = 0;

Completed in 26 milliseconds