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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DMultipleSubstSubtables.h51 TTGlyphID substituteArray[ANY_NUMBER]; member in struct:SequenceTable
53 LE_VAR_ARRAY(SequenceTable, substituteArray)
H A DSingleSubstitutionSubtables.h63 TTGlyphID substituteArray[ANY_NUMBER]; member in struct:SingleSubstitutionFormat2Subtable
67 LE_VAR_ARRAY(SingleSubstitutionFormat2Subtable, substituteArray)
H A DMultipleSubstSubtables.cpp79 substituteArrayRef(base, success, sequenceTable->substituteArray, glyphCount);
85 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]);
98 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
119 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
H A DSingleSubstitutionSubtables.cpp97 LEReferenceToArrayOf<TTGlyphID> substituteArrayRef(base, success, substituteArray, SWAPW(glyphCount));
100 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]);

Completed in 51 milliseconds