< prev index next >

src/java.desktop/share/classes/sun/java2d/SunCompositeContext.java

Print this page

        

*** 82,94 **** /** * This method composes the two source tiles * and places the result in the destination tile. Note that * the destination can be the same object as either * the first or second source. ! * @param src1 The first source tile for the compositing operation. ! * @param src2 The second source tile for the compositing operation. ! * @param dst The tile where the result of the operation is stored. */ public void compose(Raster srcArg, Raster dstIn, WritableRaster dstOut) { WritableRaster src; int w; int h; --- 82,94 ---- /** * This method composes the two source tiles * and places the result in the destination tile. Note that * the destination can be the same object as either * the first or second source. ! * @param srcArg The first source tile for the compositing operation. ! * @param dstIn The second source tile for the compositing operation. ! * @param dstOut The tile where the result of the operation is stored. */ public void compose(Raster srcArg, Raster dstIn, WritableRaster dstOut) { WritableRaster src; int w; int h;
< prev index next >