Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/dev/
H A Dite_cc.c432 cci->width = view->bitmap->bytes_per_row << 3; in ite_newsize()
434 cci->row_offset = view->bitmap->bytes_per_row; in ite_newsize()
632 memset(ptr, 0, bm->bytes_per_row); in clear8()
633 ptr += bm->bytes_per_row; in clear8()
655 pls += bm->bytes_per_row; in clear8()
656 ple += bm->bytes_per_row; in clear8()
673 scrollbmap(bm, 0, dy * ip->font.height, bm->bytes_per_row >> 3, in scroll8()
678 scrollbmap(bm, 0, sy * ip->font.height, bm->bytes_per_row >> 3, in scroll8()
700 pl += bm->bytes_per_row; in scroll8()
722 pl += bm->bytes_per_row; in scroll8()
[all …]
H A Dgrfabs_reg.h89 u_short bytes_per_row; /* number of bytes per display row. */ member
H A Dgrfabs_et.c265 sv_size = bm->bytes_per_row * (bm->rows / (font_height + 1)); in et_save_view()
335 bm->bytes_per_row = (mode->size.width * depth) / NBBY; in et_alloc_view()
H A Dgrfabs_tt.c349 bm->bytes_per_row = (width * depth) / NBBY; in alloc_bitmap()
H A Dgrfabs_fal.c577 bm->bytes_per_row = (width * depth) / NBBY; in alloc_bitmap()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs_reg.h107 u_short bytes_per_row; /* number of bytes per display row. */ member
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; in ite_newsize()
248 cci->row_offset = cci->view->bitmap->bytes_per_row in ite_newsize()
703 memset(ptr, 0, bm->bytes_per_row); in clear8()
704 ptr += bm->bytes_per_row + bm->row_mod; /* don't get any smart in clear8()
726 ppl += bm->row_mod + bm->bytes_per_row; in clear8()
750 bm->bytes_per_row >> 3, (ip->bottom_margin-dy+1)*ip->ftheight, in scroll8()
762 bm->bytes_per_row >> 3, (ip->bottom_margin-sy+1)*ip->ftheight, in scroll8()
786 pl += bm->row_mod + bm->bytes_per_row; in scroll8()
807 pl += bm->row_mod + bm->bytes_per_row; in scroll8()
817 u_short lwpr = bm->bytes_per_row >> 2; in scrollbmap()
H A Dgrfabs_cc.c324 bm->bytes_per_row = bpr; in alloc_bitmap()
333 bm->row_mod = bm->bytes_per_row * (depth - 1); in alloc_bitmap()
909 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_hires_view()
1104 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_hires_lace_view()
1188 tmp[0].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_lace_view()
1189 tmp[1].cp.inst.operand = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_lace_view()
1206 u_short mod = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_lace_view()
1333 ddfwidth = ((v->bitmap->bytes_per_row >> 1) - 2) << 2; in display_hires_dlace_view()
1408 mod1l = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_hires_dlace_view()
1581 u_long full_line = v->bitmap->bytes_per_row + v->bitmap->row_mod; in display_a2024_view()
[all …]
H A Damidisplaycc.c1116 fbinfo->fbi_fbsize = bm->bytes_per_row * bm->rows * adp->gfxdepth; in amidisplaycc_getfbinfo()
1118 fbinfo->fbi_width = bm->bytes_per_row * 8; in amidisplaycc_getfbinfo()
1120 fbinfo->fbi_stride = bm->bytes_per_row; in amidisplaycc_getfbinfo()
1220 if (off < 0 || off >= bm->depth * bm->bytes_per_row * bm->rows) { in amidisplaycc_mmap()
1314 scr->widthbytes = view->bitmap->bytes_per_row; in amidisplaycc_alloc_screen()
H A Dgrf_cc.c210 gi->gd_fbsize = bm.depth*bm.bytes_per_row*bm.rows; in grf_cc_on()
H A Dview.c405 bmd_size = bm->bytes_per_row*bm->rows*bm->depth; in viewmmap()
/netbsd-src/sys/dev/pci/
H A Dvoodoofb.c1571 uint32_t bytes_per_row = vm->hdisplay * bpp; in voodoofb_set_videomode() local
1576 sc->sc_linebytes = bytes_per_row; in voodoofb_set_videomode()
1628 voodoo3_write32(sc, VIDDESKSTRIDE, bytes_per_row); in voodoofb_set_videomode()