Home | History | Annotate | Download | only in hd64461

Lines Matching defs:sc_font

91 	struct hd64461video_font sc_font;
817 cw = sc->sc_font.cw;
883 struct wsdisplay_font *font = &sc->sc_font.wsfont;
891 sc->sc_font.c = (w * bpp) / NBBY;
892 sc->sc_font.cw = hvc->hf.hf_width / w;
893 sc->sc_font.cstep = ((w * h * bpp) / NBBY) * sc->sc_font.cw;
895 DPRINTF("c = %d cw = %d cstep = %d\n", sc->sc_font.c,
896 sc->sc_font.cw, sc->sc_font.cstep);
905 struct hd64461video_font *font = &sc->sc_font;
918 struct wsdisplay_font *font = &sc->sc_font.wsfont;
922 if (sc->sc_font.loaded) {
928 step = sc->sc_font.cw * sc->sc_font.c;
956 sc->sc_font.loaded = true;