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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java330 table_proportionals = readShortTable(in, tableSizes[INDEX_proportionals]);
368 writeShortTable(dataOut, table_proportionals);
558 return table_proportionals != null && table_proportionals.length != 0;
563 table_proportionals.length != 0 &&
567 while (i < table_proportionals.length) {
568 if (table_proportionals[i] == id) {
569 return table_proportionals[i + 1];
1311 * (09) table_proportionals:list of pairs of PlatformFontNameIDs, stores
1364 private static short[] table_proportionals; field in class:FontConfiguration
[all...]

Completed in 33 milliseconds