Lines Matching defs:width
1792 unsigned width)
1795 unsigned scanline_pages = ((width + 1) * 3 + 31) / 32;
1816 rt_set_value_lsbfirst (regs, 0x51, 2, (48 * (width + 1) + 31) / 32);
2742 rts8801_doscan (unsigned width,
2780 rowbytes = width * 3;
2785 output_rowbytes = width;
2793 output_rowbytes = (width + 7) / 8;
2813 channel_data[i][1 - oddfirst] = row_buffer + rowbytes * j + width * i;
2856 x < width;
2866 int ppidx = j * width + x;
2884 for (i = 0; i < width; ++i)