Searched defs:NUM_FONTS (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][];
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...]

Completed in 33 milliseconds