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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java358 writeShortTable(dataOut, head);
359 writeShortTable(dataOut, table_scriptIDs);
360 writeShortTable(dataOut, table_scriptFonts);
361 writeShortTable(dataOut, table_elcIDs);
362 writeShortTable(dataOut, table_sequences);
363 writeShortTable(dataOut, table_fontfileNameIDs);
364 writeShortTable(dataOut, table_componentFontNameIDs);
365 writeShortTable(dataOut, table_filenames);
366 writeShortTable(dataOut, table_awtfontpaths);
367 writeShortTable(dataOu
1698 private static void writeShortTable(DataOutputStream out, short[] data) method in class:FontConfiguration
[all...]

Completed in 31 milliseconds