Searched defs:NUM_STYLES (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java460 private short[][][] compFontNameIDs = new short[NUM_FONTS][NUM_STYLES][];
485 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) {
581 protected static final int NUM_STYLES = 4; field in class:FontConfiguration
859 new FontDescriptor[NUM_FONTS][NUM_STYLES][];
1000 new CompositeFontDescriptor[NUM_FONTS * NUM_STYLES];
1030 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) {
1118 result[fontIndex * NUM_STYLES + styleIndex]
1292 * a NUM_FONTS x NUM_STYLES subtable.
1418 for (int iij = 0; iij < NUM_STYLES; iij++) {
1419 int jj = iii * NUM_STYLES
[all...]

Completed in 195 milliseconds