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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Drobot_common.c62 colors[i].flags = DoRed|DoGreen|DoBlue;
95 colors[i].flags = DoRed|DoGreen|DoBlue;
H A Dawt_MToolkit.c2353 fg_color->flags = DoRed | DoGreen | DoBlue;
2359 sel_color->flags = DoRed | DoGreen | DoBlue;
2365 ts_color->flags = DoRed | DoGreen | DoBlue;
2371 bs_color->flags = DoRed | DoGreen | DoBlue;
H A Dawt_GraphicsEnv.c216 color.flags = DoRed | DoGreen | DoBlue;
220 color.flags = DoRed | DoGreen | DoBlue;
H A DX11Color.c274 col.flags = DoRed | DoGreen | DoBlue;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCustomCursor.java86 fore_color.set_flags((byte) (XConstants.DoRed | XConstants.DoGreen | XConstants.DoBlue));
95 back_color.set_flags((byte) (XConstants.DoRed | XConstants.DoGreen | XConstants.DoBlue));
H A DXConstants.java594 public static final int DoGreen = (1<<1) ; field in class:XConstants
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c491 xColors[i].flags = DoRed | DoGreen | DoBlue;

Completed in 866 milliseconds