Lines Matching refs:fromY
218 int fromX, fromY; /* Values specified for -from option. */
665 height = options.fromY2 - options.fromY;
691 + options.fromY * block.pitch;
693 block.height = options.fromY2 - options.fromY;
868 if ((options.fromX > imageWidth) || (options.fromY > imageHeight)
878 height = imageHeight - options.fromY;
881 height = options.fromY2 - options.fromY;
900 options.toY, width, height, options.fromX, options.fromY);
960 || (options.fromY > masterPtr->height)
1015 block.pixelPtr += options.fromY * block.pitch + options.fromX * 3;
1017 block.height = options.fromY2 - options.fromY;
1185 optPtr->fromY = values[1];
1190 optPtr->fromY = MIN(values[1], values[3]);