Searched refs:filterRGB (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsFilter.java43 public int filterRGB(int x, int y, int rgb) { method in class:DebugGraphicsFilter
H A DGrayFilter.java68 // to apply the color filtering of the filterRGB method to the color
75 * Overrides <code>RGBImageFilter.filterRGB</code>.
77 public int filterRGB(int x, int y, int rgb) { method in class:GrayFilter
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRGBImageFilter.java40 * filter is the filterRGB method. Here is an example of a definition
52 * public int filterRGB(int x, int y, int rgb) {
85 * the color filtering of the filterRGB method to the color table
88 * constructor if their filterRGB method does not depend on the
91 * @see #filterRGB
139 * color tables through the filterRGB function that RGBImageFilter
160 int rgb = filterRGB(-1, -1, icm.getRGB(i));
180 * them one by one through the filterRGB method.
192 * @see #filterRGB
199 pixels[index] = filterRGB(
291 public abstract int filterRGB(int x, int y, int rgb); method in class:RGBImageFilter
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalUtils.java423 public int filterRGB(int x, int y, int rgb) { method in class:MetalUtils.OceanDisabledButtonImageFilter
443 public int filterRGB(int x, int y, int rgb) { method in class:MetalUtils.OceanToolBarImageFilter
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaUtils.java122 public int filterRGB(final int x, final int y, final int rgb) { method in class:AquaUtils.IconImageFilter
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java2603 public int filterRGB(int x, int y, int rgb) { method in class:WindowsLookAndFeel.RGBGrayFilter
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java655 public int filterRGB(int x, int y, int rgb) { method in class:Metacity.ColorizeImageFilter

Completed in 54 milliseconds