241242243244245246247248249250251
Raster roi = null; if (hasMask()) { LCROIShape lcROI = (LCROIShape) mask; if (lcROI.intersects(destRect)) roi = lcROI.getData(destRect); else { if (opacity > 0) { assert dest.getBounds().equals(sources[1].getBounds());