Searched refs:dstIn (Results 1 – 1 of 1) sorted by relevance
185 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { in compose() argument187 dstIn.getSampleModel().getDataType() != DataBuffer.TYPE_INT || in compose()193 int width = Math.min(src.getWidth(), dstIn.getWidth()); in compose()194 int height = Math.min(src.getHeight(), dstIn.getHeight()); in compose()205 dstIn.getDataElements(0, y, width, 1, dstPixels); in compose()