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;
860 pos = dy * line_length + (dx * 4);
869 pos += line_length;
924 unsigned long pos, align, line_length, i, j; local
934 line_length = info->fix.line_length;
946 pos = dy * line_length + dx * (is8bpp ? 1 : 4);
991 if (width == line_length) {
1009 pos += line_length;
1024 pos += line_length;
1146 u32 height, u32 width, u32 line_length, argument
1163 yincr = line_length;
1173 depos = dy * line_length + dx;
1174 sepos = sy * line_length + sx;
1257 unsigned long line_length, bpp; local
1267 line_length = info->fix.line_length;
1286 if (!(line_length & 63) && width * (bpp >> 3) == line_length) {
1301 width, line_length, area);