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);
|