Lines Matching defs:linebytes
296 int linebytes; /* widthbytes + row_mod */
297 int rowbytes; /* linebytes * fontheight */
558 dst += scr->linebytes;
592 int linebytes;
632 linebytes = scr->linebytes;
653 dst += linebytes;
663 dst += linebytes;
667 *(dst - linebytes) = 255;
678 dst += linebytes;
682 *(dst - linebytes) = 0;
688 dst += linebytes;
709 int linebytes;
723 linebytes = scr->linebytes;
743 src += linebytes;
760 int linebytes;
774 linebytes = scr->linebytes;
789 dst += linebytes;
809 int linebytes;
831 linebytes = scr->linebytes;
853 if (widthbytes == linebytes)
888 src += linebytes;
889 dst += linebytes;
906 dst += linebytes;
941 int linebytes;
953 linebytes = scr->linebytes;
958 if (widthbytes == linebytes)
979 dst += linebytes;
1315 scr->linebytes = scr->widthbytes + view->bitmap->row_mod;
1316 scr->rowbytes = scr->linebytes * fontheight;