Searched defs:rgb2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DMultipleGradientPaintContext.java343 int rgb1, rgb2;
358 rgb2 = colors[i+1].getRGB();
360 // fill this array with the colors in between rgb1 and rgb2
361 interpolate(rgb1, rgb2, gradients[i]);
366 transparencyTest &= rgb2;
413 int rgb1, rgb2;
423 rgb2 = colors[i+1].getRGB();
425 // fill this array with the colors in between rgb1 and rgb2
426 interpolate(rgb1, rgb2, gradients[i]);
431 transparencyTest &= rgb2;
454 interpolate(int rgb1, int rgb2, int[] output) argument
[all...]
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java569 public static final int maxdiff(int rgb1, int rgb2) { argument
573 int c2 = (rgb2 >> i) & 0xff;

Completed in 85 milliseconds