HomeSort by: relevance | last modified time | path
    Searched refs:rowbytes (Results 1 - 8 of 8) 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/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...]
  /src/sys/arch/mac68k/dev/
grfvar.h 130 u_int16_t rowbytes; member in struct:image_data
grf_compat.c 271 gm->rowbytes = dc->dc_rowbytes;
genfb_grfbus.c 256 sc->sc_stride = gm->rowbytes;
macfb.c 218 sc->sc_dc->dc_rowbytes = gm->rowbytes;
  /src/sys/arch/mac68k/nubus/
grf_nubus.c 89 memcpy(&image->rowbytes, d + 8, 2);
206 gm->rowbytes = image.rowbytes;
209 gm->fbsize = gm->height * gm->rowbytes;
  /src/sys/arch/mac68k/obio/
grf_obio.c 366 gm->rowbytes = mac68k_video.mv_stride;
369 gm->fbsize = gm->height * gm->rowbytes;

Completed in 17 milliseconds