Home | History | Annotate | Download | only in layout

Lines Matching refs:subtable

67         const SingleSubstitutionSubtable *subtable = (const SingleSubstitutionSubtable *) lookupSubtable;
69 delta = subtable->process(glyphIterator, fFilter);
75 const MultipleSubstitutionSubtable *subtable = (const MultipleSubstitutionSubtable *) lookupSubtable;
77 delta = subtable->process(glyphIterator, success, fFilter);
83 const AlternateSubstitutionSubtable *subtable = (const AlternateSubstitutionSubtable *) lookupSubtable;
85 delta = subtable->process(glyphIterator, fFilter);
91 const LigatureSubstitutionSubtable *subtable = (const LigatureSubstitutionSubtable *) lookupSubtable;
93 delta = subtable->process(glyphIterator, fFilter);
99 const ContextualSubstitutionSubtable *subtable = (const ContextualSubstitutionSubtable *) lookupSubtable;
101 delta = subtable->process(this, glyphIterator, fontInstance, success);
107 const ChainingContextualSubstitutionSubtable *subtable = (const ChainingContextualSubstitutionSubtable *) lookupSubtable;
109 delta = subtable->process(this, glyphIterator, fontInstance, success);
115 const ExtensionSubtable *subtable = (const ExtensionSubtable *) lookupSubtable;
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);