HomeSort by: relevance | last modified time | path
    Searched refs:gc_rectfill (Results 1 - 11 of 11) 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/arch/hppa/dev/
gftfb.c 345 sc->sc_gc.gc_rectfill = gftfb_rectfill_a;
hyperfb.c 469 sc->sc_gc.gc_rectfill = hyperfb_rectfill_a;
  /src/sys/dev/pci/
gffb.c 385 sc->sc_gc.gc_rectfill = gffb_rectfill_a;
pm2fb.c 406 sc->sc_gc.gc_rectfill = pm2fb_rectfill_a;
pm3fb.c 320 sc->sc_gc.gc_rectfill = pm3fb_rectfill_a;
radeonfb.c 967 dp->rd_gc.gc_rectfill = radeonfb_rectfill_a;
  /src/sys/arch/sparc/dev/
cgfourteen.c 767 sc->sc_gc.gc_rectfill = cg14_rectfill_a;

Completed in 27 milliseconds