Lines Matching defs:width
74 long width, height; /* at scan resolution */
2758 long width = chndl->params.pixels_per_line;
2759 /* set width to next multiple of 0x10 */
2760 while ((width % 0x10) != 0xf)
2762 width++;
2765 width++;
2769 byte *endptr = linebuf + 3 * width; /* Red line + Green line + Blue line */
2776 /* Data coming back is "width" bytes Red data, width bytes Green,
2777 width bytes Blue, repeat for "height" lines. */
2840 /* use scanner->width instead of width to remove pad bytes */
2845 memcpy (data + offset, linebuf, 3 * chndl->width);
2846 offset += 3 * chndl->width;
2852 while (lineelement < chndl->width)
2915 long width = chndl->params.pixels_per_line;
2918 width = width * 600 / chndl->val[opt_resolution].w;
2920 /* set width to next multiple of 0x10 */
2921 while ((width % 0x10) != 0xf)
2923 width++;
2979 x_end = x_start + (width);
2980 width++;
2991 DBG (3, "chndl->width: %04lx\n", chndl->width);
3035 chndl->width = chndl->params.pixels_per_line;
3041 DBG (1, "width=%ld height=%ld\n", chndl->width, chndl->height);