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

/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java269 int styleIndex = getStyleIndex(style);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java651 protected static int getStyleIndex(String styleName) { method in class:FontConfiguration
665 protected static int getStyleIndex(int style) { method in class:FontConfiguration
704 return getStyleName(getStyleIndex(style));
855 int styleIndex = getStyleIndex(style);

Completed in 34 milliseconds