Home | Sort by: relevance | last modified time | path |
/src/sys/arch/amiga/dev/ | |
amidisplaycc.c | 591 int bmapoffset; local in function:amidisplaycc_putchar 640 bmapoffset = row * scr->rowbytes + col; 645 dst = scr->planes[plane] + bmapoffset; 708 int bmapoffset; local in function:amidisplaycc_copycols 724 bmapoffset = row * scr->rowbytes; 727 src = scr->planes[plane] + bmapoffset; 759 int bmapoffset; local in function:amidisplaycc_erasecols 775 bmapoffset = row * scr->rowbytes + startcol; 785 dst = scr->planes[plane] + bmapoffset; 932 int bmapoffset; local in function:amidisplaycc_eraserows [all...] |