Lines Matching defs:height

133     /** The original image height. */
134 private int height;
209 return height;
261 height = iis.readShort();
264 height = iis.readInt();
268 metadata.height = height;
520 if (height > 0) {
526 height = Math.abs(height);
577 width, height,
585 width, height,
640 width, height,
659 width, height,
676 width, height,
770 computeRegions(param, this.width, this.height,
784 destinationRegion.equals(new Rectangle(0, 0, width, height)) ||
806 destinationRegion.height);
1009 int j = isBottomUp ? (height -1)*bytesPerScanline : 0;
1011 for (int i=0; i<height; i++) {
1018 processImageProgress(100.0F * i/destinationRegion.height);
1030 sourceRegion.y + (destinationRegion.height - 1) * scaleY;
1031 iis.skipBytes(lineLength * (height - 1 - lastLine));
1054 k += (destinationRegion.height - 1) * lineStride;
1057 j < destinationRegion.height; j++, y+=scaleY) {
1070 processImageProgress(100.0F*j/destinationRegion.height);
1091 int j = isBottomUp ? (height -1) * bytesPerScanline : 0;
1093 for (int i=0; i<height; i++) {
1100 processImageProgress(100.0F * i/destinationRegion.height);
1112 sourceRegion.y + (destinationRegion.height - 1) * scaleY;
1113 iis.skipBytes(lineLength * (height - 1 - lastLine));
1136 k += (destinationRegion.height - 1) * lineStride;
1139 j < destinationRegion.height; j++, y+=scaleY) {
1152 processImageProgress(100.0F*j/destinationRegion.height);
1172 int j = isBottomUp ? (height -1) * width : 0;
1174 for (int i=0; i<height; i++) {
1181 processImageProgress(100.0F * i/destinationRegion.height);
1193 sourceRegion.y + (destinationRegion.height - 1) * scaleY;
1194 iis.skipBytes(lineLength * (height - 1 - lastLine));
1202 k += (destinationRegion.height - 1) * lineStride;
1206 j < destinationRegion.height; j++, y+=scaleY) {
1219 processImageProgress(100.0F*j/destinationRegion.height);
1239 int j = isBottomUp ? (height -1) * width * 3 : 0;
1241 for (int i=0; i<height; i++) {
1248 processImageProgress(100.0F * i/destinationRegion.height);
1260 sourceRegion.y + (destinationRegion.height - 1) * scaleY;
1261 iis.skipBytes(lineLength * (height - 1 - lastLine));
1269 k += (destinationRegion.height - 1) * lineStride;
1273 j < destinationRegion.height; j++, y+=scaleY) {
1288 processImageProgress(100.0F*j/destinationRegion.height);
1307 int j = isBottomUp ? (height -1) * width : 0;
1308 for (int i=0; i<height; i++) {
1316 processImageProgress(100.0F * i/destinationRegion.height);
1328 sourceRegion.y + (destinationRegion.height - 1) * scaleY;
1329 iis.skipBytes(lineLength * (height - 1 - lastLine) << 1);
1337 k += (destinationRegion.height - 1) * lineStride;
1341 j < destinationRegion.height; j++, y+=scaleY) {
1354 processImageProgress(100.0F*j/destinationRegion.height);
1364 int j = isBottomUp ? (height -1) * width : 0;
1366 for (int i=0; i<height; i++) {
1372 processImageProgress(100.0F * i/destinationRegion.height);
1384 sourceRegion.y + (destinationRegion.height - 1) * scaleY;
1385 iis.skipBytes(width * (height - 1 - lastLine) << 2);
1393 k += (destinationRegion.height - 1) * lineStride;
1397 j < destinationRegion.height; j++, y+=scaleY) {
1410 processImageProgress(100.0F*j/destinationRegion.height);
1451 lineNo < sourceRegion.y + sourceRegion.height) {
1494 int lineNo = isBottomUp ? height - 1 : 0;
1509 processImageProgress(100.0F * finished / destinationRegion.height);
1529 processImageProgress(100.0F * finished / destinationRegion.height);
1550 / destinationRegion.height);
1634 lineNo < sourceRegion.y + sourceRegion.height) {
1686 int lineNo = isBottomUp ? height - 1 : 0;
1704 processImageProgress(100.0F * finished / destinationRegion.height);
1725 processImageProgress(100.0F * finished / destinationRegion.height);
1746 / destinationRegion.height);
1848 destinationRegion.height);
1863 int width, int height,
1868 width, height,
1900 int width, int height,