Home
last modified time | relevance | path

Searched refs:mgx_rectfill (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/sbus/
H A Dmgx.c117 static void mgx_rectfill(void *, int, int, int, int, long);
355 sc->sc_gc.gc_rectfill = mgx_rectfill; in mgx_attach()
636 mgx_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 0); in mgx_setup()
675 mgx_rectfill(void *cookie, int x, int y, int wi, int he, long fg) in mgx_rectfill() function
717 mgx_rectfill(sc, x, y, wi, he, bg); in mgx_putchar_aa()
719 mgx_rectfill(sc, x, y + he - 2, wi, 1, fg); in mgx_putchar_aa()
740 mgx_rectfill(sc, x, y + he - 2, wi, 1, fg); in mgx_putchar_aa()
770 mgx_rectfill(sc, x, y, wi, he, bg); in mgx_putchar_mono()
772 mgx_rectfill(sc, x, y + he - 2, wi, 1, fg); in mgx_putchar_mono()
821 mgx_rectfill(sc, x, y + he - 2, wi, 1, fg); in mgx_putchar_mono()
[all …]