Home | History | Annotate | Download | only in graphics

Lines Matching refs:dstPixels

202             int[] dstPixels = new int[width];
205 dstIn.getDataElements(0, y, width, 1, dstPixels);
217 pixel = dstPixels[x];
227 dstPixels[x] = (result[3] & 0xFF) << 24 |
232 dstPixels[x] =
241 dstOut.setDataElements(0, y, width, 1, dstPixels);