Searched refs:dstcol (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/wscons/
H A Dwsdisplayvar.h77 int (*copycols)(void *c, int row, int srccol, int dstcol,
/openbsd-current/sys/dev/ic/
H A Dpcdisplay_subr.c197 pcdisplay_copycols(void *id, int row, int srccol, int dstcol, int ncols) argument
207 dstoff += dstcol;
H A Dsti.c1385 sti_copycols(void *v, int row, int srccol, int dstcol, int ncols) argument
1392 dstcol * fp->width, row * fp->height,
/openbsd-current/sys/dev/pci/
H A Dtga.c1046 tga_copycols(id, row, srccol, dstcol, ncols)
1048 int row, srccol, dstcol, ncols;
1055 dstx = ri->ri_font->fontwidth * dstcol;
/openbsd-current/sys/dev/rasops/
H A Drasops.c1192 rasops_copychar(void *cookie, int srcrow, int dstrow, int srccol, int dstcol) argument
1202 r_dstrow = dstcol;

Completed in 117 milliseconds