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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualSubstSubtables.cpp238 const SubRuleTable *subRuleTable = local
240 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1;
241 le_uint16 substCount = SWAPW(subRuleTable->substCount);
243 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) {
245 (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount];

Completed in 30 milliseconds