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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java326 table_componentFontNameIDs = readShortTable(in, tableSizes[INDEX_componentFontNameIDs]);
1340 private static final int INDEX_componentFontNameIDs = 5; field in class:FontConfiguration
1857 head[INDEX_componentFontNameIDs] = (short)(head[INDEX_fontfileNameIDs] + table_fontfileNameIDs.length);
1861 head[INDEX_filenames] = (short)(head[INDEX_componentFontNameIDs] + table_componentFontNameIDs.length);

Completed in 34 milliseconds