HomeSort by: relevance | last modified time | path
    Searched refs:bmv (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
ite_tvrx.c 55 ip->bmv = ite_dio_windowmove1bpp;
ite_hy.c 58 ip->bmv = ite_dio_windowmove1bpp;
ite_tc.c 60 ip->bmv = topcat_windowmove;
itevar.h 71 ite_windowmover bmv; member in struct:ite_data
ite_subr.c 162 (*ip->bmv)(ip, ip->cblanky, ip->cblankx, ip->cursory * ip->ftheight, \
197 (*ip->bmv)(ip, charY(ip, c), charX(ip, c),
206 (*ip->bmv)(ip, sy * ip->ftheight, sx * ip->ftwidth,
215 (*ip->bmv)(ip, ip->ftheight, 0, 0, 0, (ip->rows - 1) * ip->ftheight,
ite_gb.c 59 ip->bmv = gbox_windowmove;
ite_dv.c 61 ip->bmv = dvbox_windowmove;
ite_rb.c 60 ip->bmv = rbox_windowmove;
  /src/sys/arch/hp300/dev/
diofbvar.h 106 int (*bmv)(struct diofb *, uint16_t, uint16_t, uint16_t, member in struct:diofb
diofb.c 214 (*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,
hyper.c 211 fb->bmv = diofb_mono_windowmove;
tvrx.c 153 fb->bmv = diofb_mono_windowmove;
rbox.c 265 fb->bmv = rbox_windowmove;
dvbox.c 265 fb->bmv = dvbox_windowmove;
gbox.c 279 fb->bmv = gbox_windowmove;
topcat.c 378 fb->bmv = topcat_windowmove;

Completed in 38 milliseconds