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

  /src/sys/dev/wscons/
wsdisplay_glyphcachevar.h 69 void (*gc_rectfill)(void *, int, int, int, int, long); member in struct:_glyphcache
wsdisplay_glyphcache.c 265 if (gc->gc_rectfill == NULL)
268 gc->gc_rectfill(gc->gc_blitcookie, x, y + gc->gc_cellheight - 2,
  /src/sys/dev/sbus/
agten.c 313 sc->sc_gc.gc_rectfill = agten_rectfill;
mgx.c 355 sc->sc_gc.gc_rectfill = mgx_rectfill;
  /src/sys/dev/pci/
pm2fb.c 406 sc->sc_gc.gc_rectfill = pm2fb_rectfill_a;
pm3fb.c 320 sc->sc_gc.gc_rectfill = pm3fb_rectfill_a;
gffb.c 388 sc->sc_gc.gc_rectfill = gffb_rectfill_a;
mgafb.c 386 sc->sc_gc.gc_rectfill = NULL;
radeonfb.c 970 dp->rd_gc.gc_rectfill = radeonfb_rectfill_a;
  /src/sys/arch/hppa/dev/
summitfb.c 312 sc->sc_gc.gc_rectfill = summitfb_rectfill_a;
gftfb.c 346 sc->sc_gc.gc_rectfill = gftfb_rectfill_a;
hyperfb.c 470 sc->sc_gc.gc_rectfill = hyperfb_rectfill_a;
  /src/sys/arch/sparc/dev/
cgfourteen.c 767 sc->sc_gc.gc_rectfill = cg14_rectfill_a;

Completed in 64 milliseconds