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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java316 head = readShortTable(in, HEAD_LENGTH);
321 table_scriptIDs = readShortTable(in, tableSizes[INDEX_scriptIDs]);
322 table_scriptFonts = readShortTable(in, tableSizes[INDEX_scriptFonts]);
323 table_elcIDs = readShortTable(in, tableSizes[INDEX_elcIDs]);
324 table_sequences = readShortTable(in, tableSizes[INDEX_sequences]);
325 table_fontfileNameIDs = readShortTable(in, tableSizes[INDEX_fontfileNameIDs]);
326 table_componentFontNameIDs = readShortTable(in, tableSizes[INDEX_componentFontNameIDs]);
327 table_filenames = readShortTable(in, tableSizes[INDEX_filenames]);
328 table_awtfontpaths = readShortTable(in, tableSizes[INDEX_awtfontpaths]);
329 table_exclusions = readShortTable(i
1683 private static short[] readShortTable(DataInputStream in, int len ) method in class:FontConfiguration
[all...]

Completed in 31 milliseconds