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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java324 table_sequences = readShortTable(in, tableSizes[INDEX_sequences]);
362 writeShortTable(dataOut, table_sequences);
473 System.out.println("coreScriptID=" + table_sequences[initELC * 5 + fontIndex]);
1295 * (03) table_sequences :elcID x logicalFont -> scriptIDs table defined
1358 private static short[] table_sequences; field in class:FontConfiguration
1508 short[] ss = getShortArray(table_sequences[ii * NUM_FONTS + 0]);
1650 short[] ss = getShortArray(table_sequences[elc * NUM_FONTS + fontIndex]);
1655 short[] scripts = getShortArray(table_sequences[elc * NUM_FONTS + fontIndex]);
1829 table_sequences = new short[elcIDs.size() * NUM_FONTS];
1831 //table_sequences[entr
[all...]

Completed in 59 milliseconds