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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualSubstSubtables.h56 struct ContextualSubstitutionBase : GlyphSubstitutionSubtable struct in inherits:GlyphSubstitutionSubtable
80 struct ContextualSubstitutionSubtable : ContextualSubstitutionBase
159 struct ChainingContextualSubstitutionSubtable : ContextualSubstitutionBase
H A DContextualSubstSubtables.cpp49 void ContextualSubstitutionBase::applySubstitutionLookups(
75 le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *glyphArray, le_uint16 glyphCount,
104 le_bool ContextualSubstitutionBase::matchGlyphClasses(const le_uint16 *classArray, le_uint16 glyphCount,
143 le_bool ContextualSubstitutionBase::matchGlyphCoverages(const Offset *coverageTableOffsetArray, le_uint16 glyphCount,
336 if (ContextualSubstitutionBase::matchGlyphCoverages(coverageTableOffsetArray, gCount, glyphIterator, (const char *) this)) {
340 ContextualSubstitutionBase::applySubstitutionLookups(lookupProcessor, substLookupRecordArray, subCount, glyphIterator, fontInstance, position, success);
573 if (! ContextualSubstitutionBase::matchGlyphCoverages(backtrackCoverageTableOffsetArray,
580 if (! ContextualSubstitutionBase::matchGlyphCoverages(lookaheadCoverageTableOffsetArray,
591 if (ContextualSubstitutionBase::matchGlyphCoverages(inputCoverageTableOffsetArray,
596 ContextualSubstitutionBase
[all...]

Completed in 31 milliseconds