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