Lines Matching defs:pitch
394 int pitch, unsigned long address,
397 unsigned long res_size = pitch * height;
408 "Using unsupported %dx%d %s at %lx, depth=%d, pitch=%d\n",
409 width, height, name, address, depth, pitch);
436 fix->line_length = pitch;
439 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,