Searched refs:NUM_FONTS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java460 private short[][][] compFontNameIDs = new short[NUM_FONTS][NUM_STYLES][];
461 private int[][][] compExclusions = new int[NUM_FONTS][][];
462 private int[] compCoreNum = new int[NUM_FONTS];
469 for (int fontIndex = 0; fontIndex < NUM_FONTS; fontIndex++) {
580 protected static final int NUM_FONTS = 5; field in class:FontConfiguration
859 new FontDescriptor[NUM_FONTS][NUM_STYLES][];
1000 new CompositeFontDescriptor[NUM_FONTS * NUM_STYLES];
1004 for (int fontIndex = 0; fontIndex < NUM_FONTS; fontIndex++) {
1292 * a NUM_FONTS x NUM_STYLES subtable.
1298 * NUM_FONTS (
[all...]
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java234 new CompositeFontDescriptor[NUM_FONTS * NUM_STYLES];
236 for (int fontIndex = 0; fontIndex < NUM_FONTS; fontIndex++) {
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java263 private String[][] motifFontSets = new String[NUM_FONTS][NUM_STYLES];

Completed in 38 milliseconds