Lines Matching refs:line_length
267 info->fix.line_length = par->xres * (par->bits_per_pixel >> 3);
624 unsigned long rincr, line_length, shift, pos, is8bpp; local
638 line_length = info->fix.line_length;
676 pos = dy * line_length;
719 pos += line_length;
748 pos += line_length;
767 pos += line_length;
797 pos += line_length;
817 pos += line_length;
838 unsigned long pos, line_length, i, j; local
848 line_length = info->fix.line_length;
861 pos = dy * line_length + (dx * 4);
870 pos += line_length;
925 unsigned long pos, align, line_length, i, j; local
935 line_length = info->fix.line_length;
947 pos = dy * line_length + dx * (is8bpp ? 1 : 4);
992 if (width == line_length)
1008 pos += line_length;
1023 pos += line_length;
1145 u32 height, u32 width, u32 line_length, argument
1162 yincr = line_length;
1172 depos = dy * line_length + dx;
1173 sepos = sy * line_length + sx;
1254 unsigned long line_length, bpp; local
1264 line_length = info->fix.line_length;
1283 if (!(line_length & 63) && width * (bpp >> 3) == line_length) {
1298 width, line_length, area);