Lines Matching defs:line_length
270 info->fix.line_length = par->xres * (par->bits_per_pixel >> 3);
627 unsigned long rincr, line_length, shift, pos, is8bpp;
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;
851 line_length = info->fix.line_length;
864 pos = dy * line_length + (dx * 4);
873 pos += line_length;
928 unsigned long pos, align, line_length, i, j;
938 line_length = info->fix.line_length;
950 pos = dy * line_length + dx * (is8bpp ? 1 : 4);
995 if (width == line_length) {
1013 pos += line_length;
1028 pos += line_length;
1150 u32 height, u32 width, u32 line_length,
1167 yincr = line_length;
1177 depos = dy * line_length + dx;
1178 sepos = sy * line_length + sx;
1261 unsigned long line_length, bpp;
1271 line_length = info->fix.line_length;
1290 if (!(line_length & 63) && width * (bpp >> 3) == line_length) {
1305 width, line_length, area);