Lines Matching refs:fromY2
219 int fromX2, fromY2; /* Second coordinate pair for -from option. */
638 if ((options.fromX2 > block.width) || (options.fromY2 > block.height)
640 || (options.fromY2 > block.height)) {
652 options.fromY2 = block.height;
665 height = options.fromY2 - options.fromY;
693 block.height = options.fromY2 - options.fromY;
870 || (options.fromY2 > imageHeight)) {
881 height = options.fromY2 - options.fromY;
962 || (options.fromY2 > masterPtr->height)) {
974 options.fromY2 = masterPtr->height;
1017 block.height = options.fromY2 - options.fromY;
1187 optPtr->fromY2 = -1;
1192 optPtr->fromY2 = MAX(values[1], values[3]);