/netbsd-src/sys/arch/vax/uba/ |
H A D | qv.c | 667 qv_rows_overlap(int srcrow, int dstrow, int nrows) in qv_rows_overlap() argument 669 if (dstrow < srcrow) { in qv_rows_overlap() 670 if (dstrow + nrows <= srcrow) in qv_rows_overlap() 676 if (srcrow + nrows <= dstrow) in qv_rows_overlap() 687 qv_copyrows(void *id, int srcrow, int dstrow, int nrows) in qv_copyrows() argument 697 memcpy(&ss->ss_image[dstrow][0], &ss->ss_image[srcrow][0], in qv_copyrows() 699 memcpy(&ss->ss_attr[dstrow][0], &ss->ss_attr[srcrow][0], in qv_copyrows() 704 ol = qv_rows_overlap(srcrow, dstrow, nrows); in qv_copyrows() 707 bcopy(qv_fbp(ss->ss_sc, srcrow + n, 0, 0), in qv_copyrows() 712 sp = &ss->ss_sc->sc_scanmap[(srcrow + n)*QV_CHEIGHT]; in qv_copyrows() [all …]
|
/netbsd-src/sys/arch/luna68k/dev/ |
H A D | omrasops.c | 1105 om1_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in om1_copyrows() argument 1114 offset = (dstrow - srcrow) * scanspan * ri->ri_font->fontheight; in om1_copyrows() 1115 srcy = ri->ri_font->fontheight * srcrow; in om1_copyrows() 1116 if (srcrow < dstrow && srcrow + nrows > dstrow) { in om1_copyrows() 1144 om4_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in om4_copyrows() argument 1159 src = (uint8_t *)ri->ri_bits + srcrow * rowheight * ri->ri_stride; in om4_copyrows() 1162 if (nrows <= 0 || srcrow == dstrow) { in om4_copyrows() 1164 } else if (srcrow < dstrow) { in om4_copyrows() 1168 srcrow in om4_copyrows() [all...] |
/netbsd-src/sys/dev/tc/ |
H A D | sfbplus.c | 1165 sfbp_copyrows(void *id, int srcrow, int dstrow, int nrows) in sfbp_copyrows() argument 1174 offset = (dstrow - srcrow) * ri->ri_yscale; in sfbp_copyrows() 1175 srcy = ri->ri_font->fontheight * srcrow; in sfbp_copyrows() 1176 if (srcrow < dstrow && srcrow + nrows > dstrow) { in sfbp_copyrows() 1225 sfbp_copyrows(void *id, int srcrow, int dstrow, int nrows) in sfbp_copyrows() argument 1234 offset = (dstrow - srcrow) * ri->ri_yscale; in sfbp_copyrows() 1235 srcy = ri->ri_font->fontheight * srcrow; in sfbp_copyrows() 1236 if (srcrow < dstrow && srcrow + nrows > dstrow) { in sfbp_copyrows()
|
H A D | sfb.c | 1183 sfb_copyrows(void *id, int srcrow, int dstrow, int nrows) in sfb_copyrows() argument 1192 offset = (dstrow - srcrow) * ri->ri_yscale; in sfb_copyrows() 1193 srcy = ri->ri_font->fontheight * srcrow; in sfb_copyrows() 1194 if (srcrow < dstrow && srcrow + nrows > dstrow) { in sfb_copyrows()
|
/netbsd-src/sys/dev/wscons/ |
H A D | wscons_rops.c | 188 rcons_copyrows(void *id, int srcrow, int dstrow, int nrows) in rcons_copyrows() argument 193 srcy = rc->rc_yorigin + rc->rc_font->height * srcrow; in rcons_copyrows()
|
H A D | wsdisplay_vcons.c | 1109 vcons_copyrows_buffer(void *cookie, int srcrow, int dstrow, int nrows) in vcons_copyrows_buffer() 1118 from = ri->ri_cols * srcrow; in vcons_copyrows_buffer() 1126 from = ri->ri_cols * srcrow + offset; in vcons_copyrows() 1139 vcons_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in vcons_copyrows() 1144 vcons_copyrows_buffer(cookie, srcrow, dstrow, nrows); in vcons_copyrows() 1154 scr->scr_vd->private->copyrows(cookie, srcrow, dstrow, nrows); in vcons_copyrows_noread() 1161 vcons_copyrows_noread(void *cookie, int srcrow, int dstrow, int nrows) in vcons_copyrows_noread() 1095 vcons_copyrows_buffer(void * cookie,int srcrow,int dstrow,int nrows) vcons_copyrows_buffer() argument 1125 vcons_copyrows(void * cookie,int srcrow,int dstrow,int nrows) vcons_copyrows() argument 1147 vcons_copyrows_noread(void * cookie,int srcrow,int dstrow,int nrows) vcons_copyrows_noread() argument
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | amidisplaycc.c | 799 amidisplaycc_copyrows(void *screen, int srcrow, int dstrow, int nrows) in amidisplaycc_copyrows() argument 823 if (srcrow < 0 || srcrow + nrows > scr->nrows || in amidisplaycc_copyrows() 834 srcbmapoffset = rowbytes * srcrow; in amidisplaycc_copyrows() 837 if (srcrow < dstrow) { in amidisplaycc_copyrows() 843 srcrow += nrows - 1; in amidisplaycc_copyrows() 860 srcmask = scr->rowmasks[srcrow]; in amidisplaycc_copyrows() 917 srcrow += rowdelta; in amidisplaycc_copyrows()
|
H A D | mntva.c | 86 static void mntva_copyrows(void *cookie, int srcrow, int dstrow, int nrows); 386 mntva_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in mntva_copyrows() argument 399 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow; in mntva_copyrows()
|
H A D | zz9k_fb.c | 206 static void zzfb_copyrows(void *cookie, int srcrow, int dstrow, int nrows); 577 zzfb_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in zzfb_copyrows() argument 586 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow; in zzfb_copyrows()
|
/netbsd-src/sys/dev/isa/ |
H A D | ega.c | 833 ega_copyrows(void *id, int srcrow, int dstrow, int nrows) in ega_copyrows() argument 841 srcoff = srcrow * ncols + 0; in ega_copyrows() 845 if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) { in ega_copyrows() 854 if ((scr->pcs.dispoffset + srcrow * ncols * 2) in ega_copyrows() 856 scr->pcs.dispoffset += srcrow * ncols * 2; in ega_copyrows()
|
/netbsd-src/sys/arch/arm/iomd/ |
H A D | vidcvideo.c | 783 static void vv_copyrows(void *id, int srcrow, int dstrow, int nrows) in vv_copyrows() argument 798 int scrollup = (srcrow + nrows >= ri->ri_rows); in vv_copyrows() 802 int offset = (srcrow - dstrow) * ri->ri_yscale; in vv_copyrows() 821 src = ri->ri_bits + srcrow * ri->ri_font->fontheight * ri->ri_stride; in vv_copyrows()
|
/netbsd-src/sys/arch/evbppc/explora/dev/ |
H A D | fb_elb.c | 434 fb_copyrows(void *v, int srcrow, int dstrow, int nrows) in fb_copyrows() argument 439 srcrow *= ri->ri_font->fontheight; in fb_copyrows() 443 s3_copy(fb, 0, srcrow, 0, dstrow, ri->ri_stride, nrows, 0x0f); in fb_copyrows()
|
/netbsd-src/sys/dev/ic/ |
H A D | pcdisplay_subr.c | 222 pcdisplay_copyrows(void *id, int srcrow, int dstrow, int nrows) in pcdisplay_copyrows() argument 230 srcoff = srcrow * ncols + 0; in pcdisplay_copyrows()
|
H A D | vga.c | 1131 vga_copyrows(void *id, int srcrow, int dstrow, int nrows) in vga_copyrows() argument 1139 srcoff = srcrow * ncols + 0; in vga_copyrows() 1143 if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) { in vga_copyrows() 1152 if ((scr->pcs.dispoffset + srcrow * ncols * 2) in vga_copyrows() 1154 scr->pcs.dispoffset += srcrow * ncols * 2; in vga_copyrows()
|
H A D | vga_raster.c | 1301 vga_raster_copyrows(void *id, int srcrow, int dstrow, int nrows) in vga_raster_copyrows() argument 1315 srcoff = srcrow * ncols; in vga_raster_copyrows() 1322 if (dstrow == 0 && (srcrow + nrows == scr->type->nrows)) { in vga_raster_copyrows() 1331 if ((scr->dispoffset + srcrow * ncols * fheight) in vga_raster_copyrows() 1333 scr->dispoffset += srcrow * ncols * fheight; in vga_raster_copyrows()
|
H A D | sti.c | 1436 sti_copyrows(void *v, int srcrow, int dstrow, int nrows) in sti_eraserows() 1441 sti_bmove(scr, 0, srcrow * fp->height, 0, dstrow * fp->height, 1446 sti_eraserows(void *v, int srcrow, int nrows, long attr) in sti_alloc_attr() 1451 sti_bmove(scr, 0, srcrow * fp->height, 0, srcrow * fp->height, in sti_alloc_attr() 1423 sti_copyrows(void * v,int srcrow,int dstrow,int nrows) sti_copyrows() argument 1433 sti_eraserows(void * v,int srcrow,int nrows,long attr) sti_eraserows() argument
|
H A D | hd44780_subr.c | 180 hlcd_copyrows(void *id, int srcrow, int dstrow, int nrows) in hlcd_copyrows() argument 187 memmove(&hdscr->image[dstrow * ncols], &hdscr->image[srcrow * ncols], in hlcd_copyrows()
|
/netbsd-src/sys/arch/usermode/dev/ |
H A D | vncfb.c | 390 vncfb_copyrows(void *priv, int srcrow, int dstrow, int nrows) in vncfb_copyrows() argument 404 ops->copyrows(ri, srcrow, dstrow, nrows); in vncfb_copyrows() 413 srcy = ri->ri_yorigin + srcrow * fontheight; in vncfb_copyrows()
|
/netbsd-src/sys/dev/sbus/ |
H A D | tcx.c | 903 tcx_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in tcx_copyrows() argument 913 if (srcrow < dstrow) { in tcx_copyrows() 916 (ri->ri_font->fontheight * srcrow + ri->ri_yorigin); in tcx_copyrows() 932 (ri->ri_font->fontheight * srcrow + ri->ri_yorigin); in tcx_copyrows()
|
/netbsd-src/sys/arch/vax/vsa/ |
H A D | lcg.c | 640 lcg_copyrows(void *id, int srcrow, int dstrow, int nrows) in lcg_copyrows() argument 644 bcopy(&ss->ss_image[srcrow * lcg_cols], &ss->ss_image[dstrow * lcg_cols], in lcg_copyrows() 650 &lcgaddr[srcrow * lcg_onerow], nrows * lcg_onerow); in lcg_copyrows() 652 blkcpy(LCG_FB_ADDR + (srcrow * lcg_onerow), LCG_FB_ADDR + (dstrow * lcg_onerow), in lcg_copyrows()
|
/netbsd-src/sys/dev/pci/ |
H A D | wcfb.c | 671 wcfb_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in wcfb_copyrows() argument 681 sc->copyrows(ri, srcrow, dstrow, nrows); in wcfb_copyrows() 943 wcfb_acc_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in wcfb_acc_copyrows() argument 952 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow; in wcfb_acc_copyrows()
|
H A D | tdvfb.c | 120 static void tdvfb_copyrows(void *cookie, int srcrow, int dstrow, int nrows); 886 tdvfb_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in tdvfb_copyrows() argument 899 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow; in tdvfb_copyrows()
|
/netbsd-src/sys/arch/hppa/dev/ |
H A D | hyperfb.c | 1229 hyperfb_copyrows(void *cookie, int srcrow, int dstrow, int nrows) 1237 if ((ri->ri_crow >= srcrow && 1238 ri->ri_crow < (srcrow + nrows)) && 1243 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow; 1110 hyperfb_copyrows(void * cookie,int srcrow,int dstrow,int nrows) hyperfb_copyrows() argument
|
/netbsd-src/sys/arch/sgimips/gio/ |
H A D | light.c | 468 light_copyrows(void *c, int srcrow, int dstrow, int nrows) in light_copyrows() argument 475 from_y = srcrow * font->fontheight; in light_copyrows()
|
/netbsd-src/sys/dev/rasops/ |
H A D | rasops.c | 1452 rasops_copychar(void *cookie, int srcrow, int dstrow, int srccol, int dstcol) in rasops_copychar() argument 1460 r_srccol = ri->ri_rows - srcrow - 1; in rasops_copychar() 1575 rasops_copychar_ccw(void *cookie, int srcrow, int dstrow, int srccol, in rasops_copychar_ccw() argument 1584 r_srccol = srcrow; in rasops_copychar_ccw()
|