Searched refs:bmv (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_tvrx.c55 ip->bmv = ite_dio_windowmove1bpp;
H A Dite_hy.c58 ip->bmv = ite_dio_windowmove1bpp;
H A Dite_subr.c162 (*ip->bmv)(ip, ip->cblanky, ip->cblankx, ip->cursory * ip->ftheight, \
196 (*ip->bmv)(ip, charY(ip, c), charX(ip, c),
205 (*ip->bmv)(ip, sy * ip->ftheight, sx * ip->ftwidth,
216 (*ip->bmv)(ip, ip->ftheight, 0, 0, 0, (ip->rows - 1) * ip->ftheight,
H A Dite_tc.c59 ip->bmv = topcat_windowmove;
H A Dite_gb.c58 ip->bmv = gbox_windowmove;
H A Ditevar.h71 ite_windowmover bmv; member in struct:ite_data
H A Dite_dv.c61 ip->bmv = dvbox_windowmove;
H A Dite_rb.c59 ip->bmv = rbox_windowmove;
H A Dite_dumb.c85 ip->bmv = dumb_windowmove; /* unused */
/netbsd-current/sys/arch/hp300/dev/
H A Ddiofbvar.h106 int (*bmv)(struct diofb *, uint16_t, uint16_t, uint16_t, member in struct:diofb
H A Ddiofb.c214 (*fb->bmv)(fb, 0, 0, 0, 0, fb->fbwidth, fb->fbheight, RR_CLEAR, 0xff);
371 (*fb->bmv)(fb, ri->ri_xorigin + src, ri->ri_yorigin + row,
386 (*fb->bmv)(fb, ri->ri_xorigin, ri->ri_yorigin + src,
410 if ((*fb->bmv)(fb, scol, srow, scol, srow, snum,
428 rc = (*fb->bmv)(fb, 0, 0, 0, 0, fb->fbwidth, ri->ri_height,
433 rc = (*fb->bmv)(fb, ri->ri_xorigin, srow, ri->ri_xorigin,
449 (*fb->bmv)(fb, x, y, x, y, fontwidth,
H A Dtvrx.c153 fb->bmv = diofb_mono_windowmove;
H A Dhyper.c211 fb->bmv = diofb_mono_windowmove;
H A Drbox.c265 fb->bmv = rbox_windowmove;
H A Dgbox.c279 fb->bmv = gbox_windowmove;
H A Ddvbox.c265 fb->bmv = dvbox_windowmove;
H A Dtopcat.c378 fb->bmv = topcat_windowmove;

Completed in 213 milliseconds