Lines Matching refs:line_length
270 info->fix.line_length = par->xres * (par->bits_per_pixel >> 3);
627 unsigned long rincr, line_length, shift, pos, is8bpp; local
641 line_length = info->fix.line_length;
679 pos = dy * line_length;
722 pos += line_length;
751 pos += line_length;
770 pos += line_length;
800 pos += line_length;
820 pos += line_length;
841 unsigned long pos, line_length, i, j; local
851 line_length = info->fix.line_length;
863 pos = dy * line_length + (dx * 4);
872 pos += line_length;
927 unsigned long pos, align, line_length, i, j; local
937 line_length = info->fix.line_length;
949 pos = dy * line_length + dx * (is8bpp ? 1 : 4);
994 if (width == line_length) {
1012 pos += line_length;
1027 pos += line_length;
1149 u32 height, u32 width, u32 line_length, argument
1166 yincr = line_length;
1176 depos = dy * line_length + dx;
1177 sepos = sy * line_length + sx;
1260 unsigned long line_length, bpp; local
1270 line_length = info->fix.line_length;
1289 if (!(line_length & 63) && width * (bpp >> 3) == line_length) {
1304 width, line_length, area);