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

  /src/sys/arch/amiga/dev/
grfabs_reg.h 98 * bytes_per_row*height*depth long starting at the physical address
107 u_short bytes_per_row; /* number of bytes per display row. */ member in struct:bitmap
131 #define BM_WIDTH(b) ((b)->bytes_per_row << 3)
134 ((b)->plane[p] + (((b)->bytes_per_row + (b)->row_mod) * l))
219 (((v)->bitmap->bytes_per_row + (v)->bitmap->row_mod) * l))
ite_cc.c 246 cci->width = cci->view->bitmap->bytes_per_row << 3;
248 cci->row_offset = cci->view->bitmap->bytes_per_row
703 memset(ptr, 0, bm->bytes_per_row);
704 ptr += bm->bytes_per_row + bm->row_mod; /* don't get any smart
726 ppl += bm->row_mod + bm->bytes_per_row;
750 bm->bytes_per_row >> 3, (ip->bottom_margin-dy+1)*ip->ftheight,
762 bm->bytes_per_row >> 3, (ip->bottom_margin-sy+1)*ip->ftheight,
786 pl += bm->row_mod + bm->bytes_per_row;
807 pl += bm->row_mod + bm->bytes_per_row;
817 u_short lwpr = bm->bytes_per_row >> 2
    [all...]
grf_cc.c 210 gi->gd_fbsize = bm.depth*bm.bytes_per_row*bm.rows;
grfabs_cc.c 324 bm->bytes_per_row = bpr;
333 bm->row_mod = bm->bytes_per_row * (depth - 1);
909 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2;
1104 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2;
1188 tmp[0].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1189 tmp[1].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1206 u_short mod = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1333 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2;
1408 mod1l = v->bitmap->bytes_per_row + v->bitmap->row_mod;
1581 u_long full_line = v->bitmap->bytes_per_row + v->bitmap->row_mod
    [all...]
amidisplaycc.c 295 int widthbytes; /* bytes_per_row */
1116 fbinfo->fbi_fbsize = bm->bytes_per_row * bm->rows * adp->gfxdepth;
1118 fbinfo->fbi_width = bm->bytes_per_row * 8;
1120 fbinfo->fbi_stride = bm->bytes_per_row;
1220 if (off < 0 || off >= bm->depth * bm->bytes_per_row * bm->rows) {
1314 scr->widthbytes = view->bitmap->bytes_per_row;
view.c 405 bmd_size = bm->bytes_per_row*bm->rows*bm->depth;
  /src/sys/arch/atari/dev/
ite_cc.c 432 cci->width = view->bitmap->bytes_per_row << 3;
434 cci->row_offset = view->bitmap->bytes_per_row;
632 memset(ptr, 0, bm->bytes_per_row);
633 ptr += bm->bytes_per_row;
655 pls += bm->bytes_per_row;
656 ple += bm->bytes_per_row;
673 scrollbmap(bm, 0, dy * ip->font.height, bm->bytes_per_row >> 3,
678 scrollbmap(bm, 0, sy * ip->font.height, bm->bytes_per_row >> 3,
700 pl += bm->bytes_per_row;
722 pl += bm->bytes_per_row;
    [all...]
grfabs_reg.h 89 u_short bytes_per_row; /* number of bytes per display row. */ member in struct:bitmap
grfabs_et.c 265 sv_size = bm->bytes_per_row * (bm->rows / (font_height + 1));
335 bm->bytes_per_row = (mode->size.width * depth) / NBBY;
grfabs_tt.c 349 bm->bytes_per_row = (width * depth) / NBBY;
grfabs_fal.c 577 bm->bytes_per_row = (width * depth) / NBBY;
  /src/sys/dev/pci/
voodoofb.c 1571 uint32_t bytes_per_row = vm->hdisplay * bpp; local in function:voodoofb_set_videomode
1576 sc->sc_linebytes = bytes_per_row;
1628 voodoo3_write32(sc, VIDDESKSTRIDE, bytes_per_row);

Completed in 100 milliseconds