/* */
/* */ private synchronized void copyPixels()
/* */ throws QTException
/* */ {
/* 277 */ RawEncodedImage localRawEncodedImage = this.pm.getPixelData();
/* 278 */ localRawEncodedImage.copyToArray(0, this.pixels, 0, this.pixels.length);
/* */ }
/* */
/* */ /** @deprecated */
/* */ public synchronized void redraw(Region paramRegion)
/* */ throws QTException