Home
last modified time | relevance | path

Searched refs:srcrow (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dpcdisplay_subr.c249 pcdisplay_copyrows(void *id, int srcrow, int dstrow, int nrows) in pcdisplay_copyrows() argument
258 srcoff = srcrow * ncols + 0; in pcdisplay_copyrows()
H A Dvga.c1041 vga_copyrows(void *id, int srcrow, int dstrow, int nrows) in vga_copyrows() argument
1050 srcoff = srcrow * ncols + 0; in vga_copyrows()
1055 if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) { in vga_copyrows()
1065 if ((scr->pcs.dispoffset + srcrow * ncols * 2) in vga_copyrows()
1067 scr->pcs.dispoffset += srcrow * ncols * 2; in vga_copyrows()
H A Dsti.c1472 sti_copyrows(void *v, int srcrow, int dstrow, int nrows) in ngle_default_putcmap()
1477 sti_bmove(scr, 0, srcrow * fp->height, 0, dstrow * fp->height,
1484 sti_eraserows(void *v, int srcrow, int nrows, uint32_t attr)
1489 sti_bmove(scr, 0, srcrow * fp->height, 0, srcrow * fp->height, in ngle_artist_setupfb()
1413 sti_copyrows(void * v,int srcrow,int dstrow,int nrows) sti_copyrows() argument
1425 sti_eraserows(void * v,int srcrow,int nrows,uint32_t attr) sti_eraserows() argument
/openbsd-src/sys/dev/wscons/
H A Dwsdisplayvar.h81 int (*copyrows)(void *c, int srcrow, int dstrow, int nrows);
/openbsd-src/sys/dev/pci/
H A Dtga.c1066 tga_copyrows(id, srcrow, dstrow, nrows)
1068 int srcrow, dstrow, nrows; in tga_copyrows()
1073 srcy = ri->ri_font->fontheight * srcrow;
1067 tga_copyrows(id,srcrow,dstrow,nrows) tga_copyrows() argument
/openbsd-src/sys/dev/rasops/
H A Drasops.c1192 rasops_copychar(void *cookie, int srcrow, int dstrow, int srccol, int dstcol) in rasops_copychar() argument
1203 r_srccol = ri->ri_rows - srcrow - 1; in rasops_copychar()