Lines Matching refs:maxw
42 int maxw, maxh;
481 maxw = 2550;
486 maxw = 5100;
490 width = maxw;
494 if ((width < 1) || (width > maxw))
496 fprintf (stderr, "width must be between 1 and %d\n", maxw);
499 if (x + width > maxw)
503 maxw);
511 if (x < 0 || x > maxw)
513 fprintf (stderr, "x must be between 0 and %d\n", maxw - 1);
552 x = sanei_umax_pp_getLeft () + (maxw - x) - width;