HomeSort by: relevance | last modified time | path
    Searched defs:rowbytes (Results 1 - 3 of 3) sorted by relevancy

  /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...]

Completed in 12 milliseconds