Searched refs:ifb_rop (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | ifb.c | 326 void ifb_rop(struct ifb_softc *, int, int, int, int, int, int, uint32_t, 466 ifb_rop(sc, 0, 0, 0, 0, sc->sc_sunfb.sf_width, in ifbattach() 1082 ifb_rop(sc, sx, sy, dx, dy, w, h, IFB_ROP_SRC, IFB_PIXELMASK); in ifb_copyrect() 1094 ifb_rop(sc, x, y, x, y, w, h, IFB_ROP_SET, mask); in ifb_fillrect() 1101 ifb_rop(sc, x, y, x, y, w, h, IFB_ROP_CLEAR, mask); in ifb_fillrect() 1113 ifb_rop(struct ifb_softc *sc, int sx, int sy, int dx, int dy, int w, int h, in ifb_rop() function 1237 ifb_rop(sc, x, y, x, y, ri->ri_font->fontwidth, ri->ri_font->fontheight, in ifb_do_cursor()
|