Home | History | Annotate | Download | only in layout

Lines Matching refs:subtable

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