HomeSort by: relevance | last modified time | path
    Searched refs:scr_curfont (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
stivar.h 81 struct sti_font scr_curfont; member in struct:sti_screen
sti.c 630 scr->scr_wsd.ncols = cfg.width / scr->scr_curfont.width;
631 scr->scr_wsd.nrows = cfg.height / scr->scr_curfont.height;
633 scr->scr_wsd.fontwidth = scr->scr_curfont.width;
634 scr->scr_wsd.fontheight = scr->scr_curfont.height;
749 struct sti_font *fp = &scr->scr_curfont;
838 struct sti_font *fp = &scr->scr_curfont;
1298 struct sti_font *fp = &scr->scr_curfont;
1334 struct sti_font *fp = &scr->scr_curfont;
1367 struct sti_font *fp = &scr->scr_curfont;
1427 struct sti_font *fp = &scr->scr_curfont;
    [all...]
  /src/sys/arch/hppa/dev/
summitfb.c 1308 struct sti_font *fp = &sc->sc_scr.scr_curfont;

Completed in 22 milliseconds