Home
last modified time | relevance | path

Searched refs:voodoofb_bitblt (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/pci/
H A Dvoodoofb.c166 static void voodoofb_bitblt(struct voodoofb_softc *, int, int, int, int,
945 voodoofb_bitblt(sc, xs, y, xd, y, width, height); in voodoofb_copycols()
983 voodoofb_bitblt(sc, x, ys, x, yd, width, height); in voodoofb_copyrows()
1013 voodoofb_bitblt(struct voodoofb_softc *sc, int xs, int ys, int xd, int yd, in voodoofb_bitblt() function