Lines Matching defs:pitch
391 int pitch, unsigned long address,
394 unsigned long res_size = pitch * height;
405 "Using unsupported %dx%d %s at %lx, depth=%d, pitch=%d\n",
406 width, height, name, address, depth, pitch);
434 fix->line_length = pitch;
437 fix->smem_len = pitch * height;
541 int i, width = 640, height = 480, depth = 8, pitch = 640;
579 pitch = be32_to_cpup(pp);
581 pitch = width * ((depth + 7) / 8);
583 rsize = (unsigned long)pitch * (unsigned long)height;
654 width, height, depth, pitch, address,