Home | History | Annotate | Download | only in dev

Lines Matching refs:rowbytes

297 	int       rowbytes;   /* linebytes * fontheight  */
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;
830 rowbytes = scr->rowbytes;
834 srcbmapoffset = rowbytes * srcrow;
835 dstbmapoffset = rowbytes * dstrow;
839 bmdelta = -rowbytes;
842 srcbmapoffset += rowbytes * (nrows - 1);
845 dstbmapoffset += rowbytes * (nrows - 1);
849 bmdelta = rowbytes;
854 copysize = rowbytes;
942 int rowbytes;
954 rowbytes = scr->rowbytes;
956 bmapoffset = row * rowbytes;
959 fillsize = rowbytes * nrows;
1316 scr->rowbytes = scr->linebytes * fontheight;