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) {
1010 pos += line_length;
1025 pos += line_length;
1147 u32 height, u32 width, u32 line_length, argument
1164 yincr = line_length;
1174 depos = dy * line_length + dx;
1175 sepos = sy * line_length + sx;
1258 unsigned long line_length, bpp; local
1268 line_length = info->fix.line_length;
1287 if (!(line_length & 63) && width * (bpp >> 3) == line_length) {
1302 width, line_length, area);