Searched refs:bytes_per_row (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/amiga/dev/
H A Dgrfabs_reg.h98 * 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))
H A Dite_cc.c246 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 >>
[all...]
H A Dgrf_cc.c210 gi->gd_fbsize = bm.depth*bm.bytes_per_row*bm.rows;
H A Dgrfabs_cc.c324 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
[all...]
H A Damidisplaycc.c295 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;
H A Dview.c405 bmd_size = bm->bytes_per_row*bm->rows*bm->depth;
/netbsd-current/sys/arch/atari/dev/
H A Dite_cc.c432 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...]
H A Dgrfabs_reg.h89 u_short bytes_per_row; /* number of bytes per display row. */ member in struct:bitmap
H A Dgrfabs_et.c265 sv_size = bm->bytes_per_row * (bm->rows / (font_height + 1));
335 bm->bytes_per_row = (mode->size.width * depth) / NBBY;
H A Dgrfabs_tt.c349 bm->bytes_per_row = (width * depth) / NBBY;
H A Dgrfabs_fal.c577 bm->bytes_per_row = (width * depth) / NBBY;
/netbsd-current/sys/dev/pci/
H A Dvoodoofb.c1571 uint32_t bytes_per_row = vm->hdisplay * bpp; local
1576 sc->sc_linebytes = bytes_per_row;
1628 voodoo3_write32(sc, VIDDESKSTRIDE, bytes_per_row);

Completed in 137 milliseconds