Lines Matching refs:line_length
279 info->fix.line_length = par->xres * (par->bits_per_pixel >> 3);
636 unsigned long rincr, line_length, shift, pos, is8bpp; local
650 line_length = info->fix.line_length;
688 pos = dy * line_length;
731 pos += line_length;
760 pos += line_length;
779 pos += line_length;
809 pos += line_length;
829 pos += line_length;
850 unsigned long pos, line_length, i, j; local
860 line_length = info->fix.line_length;
872 pos = dy * line_length + (dx * 4);
881 pos += line_length;
936 unsigned long pos, align, line_length, i, j; local
946 line_length = info->fix.line_length;
958 pos = dy * line_length + dx * (is8bpp ? 1 : 4);
1003 if (width == line_length) {
1021 pos += line_length;
1036 pos += line_length;
1158 u32 height, u32 width, u32 line_length, argument
1175 yincr = line_length;
1185 depos = dy * line_length + dx;
1186 sepos = sy * line_length + sx;
1269 unsigned long line_length, bpp; local
1279 line_length = info->fix.line_length;
1298 if (!(line_length & 63) && width * (bpp >> 3) == line_length) {
1313 width, line_length, area);