/* 618 */ doubleLoop(srcAccessor, destRect, translateX, translateY, dstAccessor, incr1, incr2, s_x, s_y);
/* */ }
/* */
/* 632 */ if (dstAccessor.isDataCopy()) {
/* 633 */ dstAccessor.clampDataArrays();
/* 634 */ dstAccessor.copyDataToRaster();
/* */ }
/* */ }
/* */
/* */ private void byteLoop(RasterAccessor src, Rectangle destRect, int srcTranslateX, int srcTranslateY, RasterAccessor dst, int incr1, int incr2, int s_x, int s_y)
/* */ {