Lines Matching defs:height
451 int width, height; /* at scan resolution */
590 fprintf (fp, "P6\n%d %d\n255\n", s->width, s->height);
600 while (line < s->height)
618 "height" lines. */
626 if (line >= s->height)
627 numbytes -= (line - s->height) * s->width * 3 + level;
677 printf ("%2d%%\r", line * 100 / s->height);
681 if (line >= s->height)
875 s->height = 1;
877 s->buf = malloc (s->width * s->height * 3);
946 s->height = 75;
993 int width, height, nlines = 0, region = -1, i, transition = 1, badcnt;
1005 fscanf (fp, "P6 %d %d %*d ", &width, &height);
1006 DBG (12, "cal file %s %dx%d\n", calfilename, width, height);
1019 while (nlines < height)
1042 if ((badcnt > 10) || (nlines == height))
1418 opt->height = (opt->y2 - opt->y1) * opt->resolution / 600;
1420 DBG (1, "width=%d height=%d dpi=%d\n", opt->width, opt->height,