Searched refs:dstPixels (Results 1 – 1 of 1) sorted by relevance
150 int[] dstPixels = new int[width]; in compose() local153 dstIn.getDataElements(0, y, width, 1, dstPixels); in compose()165 pixel = dstPixels[x]; in compose()180 dstPixels[x] = (result[3] & 0xFF) << 24 | in compose()185 dstPixels[x] = in compose()194 dstOut.setDataElements(0, y, width, 1, dstPixels); in compose()