HomeSort by: relevance | last modified time | path
    Searched defs:uni_bitblit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
unichromefb.c 188 static void uni_bitblit(struct unichromefb_softc *, int, int, int, int,
1316 uni_bitblit(struct unichromefb_softc *sc, int xs, int ys, int xd, int yd, int width, int height) function in typeref:typename:void
1418 uni_bitblit(sc, xs, y, xd, y, width, height);
1442 uni_bitblit(sc, x, ys, x, yd, width, height);

Completed in 13 milliseconds