Home | Sort by: relevance | last modified time | path |
/src/sys/arch/mac68k/include/ | |
grfioctl.h | 52 u_int16_t rowbytes; /* Screen rowbytes */ member in struct:grfmode 100 int gd_fbrowbytes; /* frame buffer rowbytes */ |
/src/sys/arch/mac68k/dev/ | |
grfvar.h | 130 u_int16_t rowbytes; member in struct:image_data |
/src/sys/arch/amiga/dev/ | |
amidisplaycc.c | 297 int rowbytes; /* linebytes * fontheight */ member in struct:amidisplaycc_screen 553 dst += row * scr->rowbytes; 640 bmapoffset = row * scr->rowbytes + col; 724 bmapoffset = row * scr->rowbytes; 775 bmapoffset = row * scr->rowbytes + startcol; 812 int rowbytes; local in function:amidisplaycc_copyrows 830 rowbytes = scr->rowbytes; 834 srcbmapoffset = rowbytes * srcrow; 835 dstbmapoffset = rowbytes * dstrow 942 int rowbytes; local in function:amidisplaycc_eraserows [all...] |