Lines Matching defs:height
257 SANE_Int height)
264 fprintf (fdbg, "P5\n%d %d\n255\n", width, height);
265 fwrite (image, width, height, fdbg);
273 SANE_Int height)
280 fprintf (fdbg, "P6\n%d %d\n255\n", width, height);
281 fwrite (image, width * 3, height, fdbg);
2869 average_area (int color, SANE_Byte * data, int width, int height,
2875 pixels = width * height;
2884 for (y = 0; y < height; y++)
2900 for (y = 0; y < height; y++)
3026 int height = 180;
3161 total = width * height;
3177 sanei_rts88xx_set_scan_area (dev->regs, starty, starty + height, startx,
3208 write_gray_data (data, "find_origin.pnm", width, height);
3217 for (y = 1; y < height - 1; y++)
3235 write_gray_data (image, "find_origin_ysobel.pnm", width, height);
3255 for (y = 1; y < height - 2; y++)
3309 sanei_rts88xx_set_scan_area (dev->regs, height - sum + 10,
3310 height - sum + 11, 637, 893);
3341 int height = 1;
3455 sanei_rts88xx_set_scan_area (dev->regs, starty, starty + height, startx,
3459 total = width * height;
3480 write_gray_data (data, "find_margin.pnm", width, height);