sys/dev/sbus/mgx.c
117
static void mgx_rectfill(void *, int, int, int, int, long);
sys/dev/sbus/mgx.c
355
sc->sc_gc.gc_rectfill = mgx_rectfill;
sys/dev/sbus/mgx.c
636
mgx_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 0);
sys/dev/sbus/mgx.c
717
mgx_rectfill(sc, x, y, wi, he, bg);
sys/dev/sbus/mgx.c
719
mgx_rectfill(sc, x, y + he - 2, wi, 1, fg);
sys/dev/sbus/mgx.c
740
mgx_rectfill(sc, x, y + he - 2, wi, 1, fg);
sys/dev/sbus/mgx.c
770
mgx_rectfill(sc, x, y, wi, he, bg);
sys/dev/sbus/mgx.c
772
mgx_rectfill(sc, x, y + he - 2, wi, 1, fg);
sys/dev/sbus/mgx.c
821
mgx_rectfill(sc, x, y + he - 2, wi, 1, fg);
sys/dev/sbus/mgx.c
883
mgx_rectfill(sc, x, y, width, height, bg);
sys/dev/sbus/mgx.c
921
mgx_rectfill(sc, x, y, width, height, bg);