Searched refs:green (Results 101 - 125 of 171) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java141 // If external (non-PNG sourced) data has red = green = blue,
227 // If external (non-PNG sourced) data has red = green = blue,
501 entry.setAttribute("green",
524 node.setAttribute("green", Integer.toString(bKGD_green));
642 node.setAttribute("green",
650 node.setAttribute("green",
660 node.setAttribute("green",
683 entry.setAttribute("green", Integer.toString(sPLT_green[i]));
751 node.setAttribute("green", Integer.toString(tRNS_green));
842 entry.setAttribute("green",
[all...]
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java189 l.setBackground(Color.green);
214 l.setBackground(Color.green);
237 l.setBackground(Color.green);
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java210 big.setColor(Color.green);
222 big.setColor(Color.green);
243 big.setColor(Color.green);
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DGraphicsTest.java229 Color.green);
264 g.setColor(Color.green);
293 g.setColor(Color.green);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DIndexColorModel.java36 * sRGB color space. The colormap specifies red, green, blue, and
144 * arrays of red, green, and blue components. Pixels described
158 * @param g the array of green color components
181 * of red, green, and blue components. Pixels described by this color
197 * @param g the array of green color components
222 * arrays of red, green, blue and alpha components. All of the
236 * @param g the array of green color components
260 * array of interleaved red, green, blue and optional alpha
295 * interleaved red, green, blue and optional alpha components. The
374 * ints where each int is comprised of red, green, blu
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DMixedComplexTypeBuilder.java111 green.attContainer(ct);
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java555 byte green[] = new byte[256];
556 green[0] = (byte) bgGrey;
564 green[i] = (byte) blend(blend(Gl, 255, d), bgGrey, b);
568 red, green, blue, 0);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DIIOTests.java169 g.setColor(Color.green);
/openjdk7/jdk/test/javax/imageio/plugins/gif/
H A DEncodeSubImageTest.java138 g.setColor(Color.green);
/openjdk7/jdk/test/javax/imageio/plugins/jpeg/
H A DReadingInterruptionTest.java200 Color[] colors = { Color.red, Color.green, Color.blue };
H A DWritingInterruptionTest.java197 Color[] colors = { Color.red, Color.green, Color.blue };
/openjdk7/jdk/test/sun/java2d/pipe/MutableColorTest/
H A DMutableColorTest.java54 Color colors[] = { Color.red, Color.green, Color.blue };
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewModel.java227 curColor = Color.green;
234 if (curColor != Color.green) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCSystemColors.m85 sColors[java_awt_SystemColor_WINDOW] = [NSColor colorWithCalibratedRed:color green:color blue:color alpha:1.0f];
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c276 col.green = (g << 8) | g;
320 awt_data->color_data->awt_Colors[col.pixel].g = col.green >> 8;
347 g = colorsPtr[i].green >> 8;
601 awt_data->color_data->awt_Colors[i].g = cols[i].green >> 8;
884 #define green(v) (((v) >> 8) & 0xFF) macro
957 << aData->renderPictFormat.direct.green,
1275 col = awt_data->AwtColorMatch(red(col), green(col), blue(col),
1289 green (rgbColors [i]), blue (rgbColors [i]), -1,
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java176 g.setColor(Color.green);
233 rgb = Color.green.getRGB();
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h782 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
788 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
889 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1022 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1023 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1024 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1025 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1026 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1027 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1028 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuin
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c694 pal_ptr->green = buf[1];
705 palette[i].green = buf[1];
933 png_ptr->sig_bit.green = buf[1];
942 png_ptr->sig_bit.green = buf[0];
1063 * transformation are simply the normalized Y values for red, green and
1440 pp->green = *entry_start++;
1448 pp->green = png_get_uint_16(entry_start); entry_start += 2;
1464 pp[i].green = *entry_start++;
1472 pp[i].green = png_get_uint_16(entry_start); entry_start += 2;
1547 png_ptr->trans_color.green
[all...]
H A Dpng.h556 /* Three color definitions. The order of the red, green, and blue, (and the
563 png_byte green; member in struct:png_color_struct
573 png_uint_16 red; /* for use in red green blue files */
574 png_uint_16 green; member in struct:png_color_16_struct
584 png_byte red; /* for use in red green blue files */
585 png_byte green; member in struct:png_color_8_struct
601 png_uint_16 green; member in struct:png_sPLT_entry_struct
1137 /* Use blue, green, red order for pixels. */
1149 int error_action, double red, double green));
1151 int error_action, png_fixed_point red, png_fixed_point green));
[all...]
H A Dpngwtran.c290 shift_start[channels] = row_info->bit_depth - bit_depth->green;
291 shift_dec[channels] = bit_depth->green;
H A Dpngwutil.c945 buf[1] = pal_ptr->green;
959 buf[1] = pal_ptr[i].green;
1226 entrybuf[1] = (png_byte)ep->green;
1235 png_save_uint_16(entrybuf + 2, ep->green);
1250 entrybuf[1] = (png_byte)ep[i].green;
1259 png_save_uint_16(entrybuf + 2, ep[i].green);
1294 sbit->green == 0 || sbit->green > maxbits ||
1302 buf[1] = sbit->green;
1412 png_save_uint_16(buf + 2, tran->green);
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java813 int green = backgroundColor.getGreen();
816 foregroundColor = new Color(MotifColorUtilities.calculateForegroundFromBackground(red,green,blue));
817 lightShadowColor = new Color(MotifColorUtilities.calculateTopShadowFromBackground(red,green,blue));
818 darkShadowColor = new Color(MotifColorUtilities.calculateBottomShadowFromBackground(red,green,blue));
819 selectedColor = new Color(MotifColorUtilities.calculateSelectFromBackground(red,green,blue));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaUtils.java124 final int green = (rgb >> 8) & 0xff;
126 final int gray = getGreyFor((int)((0.30 * red + 0.59 * green + 0.11 * blue) / 3));
128 return (rgb & 0xff000000) | (grayTransform(red, gray) << 16) | (grayTransform(green, gray) << 8) | (grayTransform(blue, gray) << 0);
H A DAquaMenuItemUI.java141 g.setColor(Color.green);
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java760 int red, green, blue; field in class:RTFReader.ColortblDestination
766 green = 0;
778 newColor = new Color(red, green, blue);
796 else if (keyword.equals("green"))
797 green = parameter;

Completed in 170 milliseconds

1234567