Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dzx.c153 void zx_fillrect(struct rasops_info *, int, int, int, int, uint32_t, int);
567 zx_fillrect(struct rasops_info *ri, int x, int y, int w, int h, uint32_t attr, in zx_fillrect() function
636 zx_fillrect(ri, ri->ri_ccol, ri->ri_crow, 1, 1, WSCOL_BLACK << 16, in zx_do_cursor()
650 zx_fillrect(ri, col, row, num, 1, attr, ZX_STD_ROP); in zx_erasecols()
682 zx_fillrect(ri, 0, row, ri->ri_cols, num, attr, ZX_STD_ROP); in zx_eraserows()
737 zx_fillrect(ri, col, row, 1, 1, attr, ZX_STD_ROP); in zx_putchar()