Lines Matching refs:success
36 LEErrorCode& success) in GlyphSubstitutionLookupProcessor() argument
42 … scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter) in GlyphSubstitutionLookupProcessor()
52 … GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const in applySubtable()
54 if (LE_FAILURE(success)) { in applySubtable()
67 const LEReferenceTo<SingleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable()
69 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
75 const LEReferenceTo<MultipleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable()
77 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
83 const LEReferenceTo<AlternateSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable()
85 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
91 const LEReferenceTo<LigatureSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable()
93 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable()
99 const LEReferenceTo<ContextualSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable()
101 delta = subtable->process(this, glyphIterator, fontInstance, success); in applySubtable()
107 … const LEReferenceTo<ChainingContextualSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable()
109 delta = subtable->process(this, glyphIterator, fontInstance, success); in applySubtable()
115 const LEReferenceTo<ExtensionSubtable> subtable(lookupSubtable, success); in applySubtable()
117 …delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // G… in applySubtable()