Searched refs:rgba (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c861 int rgba = 0; local
929 (*FcPatternGetInteger)(matchPattern, FC_RGBA, 0, &rgba);
942 } else if (rgba <= FC_RGBA_UNKNOWN || rgba >= FC_RGBA_NONE) {
945 switch (rgba) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java424 * @param rgba the combined RGBA components
434 public Color(int rgba, boolean hasalpha) { argument
436 value = rgba;
438 value = 0xff000000 | rgba;

Completed in 38 milliseconds