/* 535 */ PixelGrabber localPixelGrabber = new PixelGrabber(this.offscreenImage, j, k, m, n, this.iData.getInts(), k * this.mSize.width + j, this.mSize.width);
/* 536 */ localPixelGrabber.grabPixels();
/* 537 */ if (localRegion == null)
/* 538 */ localRegion = new Region(new QDRect(arrayOfRectangle[i].x, arrayOfRectangle[i].y, arrayOfRectangle[i].width, arrayOfRectangle[i].height));
/* */ else
/* 540 */ localRegion = localRegion.union(new QDRect(arrayOfRectangle[i].x, arrayOfRectangle[i].y, arrayOfRectangle[i].width, arrayOfRectangle[i].height));
/* */ }
/* */ }
/* */ catch (InterruptedException localInterruptedException) {
/* 544 */ this.interruptedGrab = true;
/* 545 */ if (this.singleFrameFlag == 2)