Home | History | Annotate | Download | only in graphics

Lines Matching refs:argb

1279         int[] argb = new int[w * h];
1280 image.getRGB(0, 0, image.getWidth(), image.getHeight(), argb, 0, image.getWidth());
1282 final int length = argb.length;
1284 argb[i] &= 0xFF000000;
1286 image.setRGB(0, 0, w, h, argb, 0, w);