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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1508 short[] ss = getShortArray(table_sequences[ii * NUM_FONTS + 0]);
1551 short[] fbsIDs = getShortArray(head[INDEX_fallbackScripts]);
1650 short[] ss = getShortArray(table_sequences[elc * NUM_FONTS + fontIndex]);
1655 short[] scripts = getShortArray(table_sequences[elc * NUM_FONTS + fontIndex]);
1674 return getShortArray(head[INDEX_fallbackScripts]);
1735 private static short[] getShortArray(short shortArrayID) { method in class:FontConfiguration
1836 short[] ss = getShortArray(v[0]);

Completed in 34 milliseconds