Lines Matching refs:success
23 const LEFontInstance *fontInstance, LEErrorCode& success) const
25 if (LE_FAILURE(success)) {
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success);
39 if (delta > 0 && LE_FAILURE(success)) {
51 const LEFontInstance *fontInstance, LEErrorCode& success) const
53 if (LE_FAILURE(success)) {
78 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success);
79 if (LE_FAILURE(success)) {
92 const LEFontInstance *fontInstance, LEErrorCode& success) const
94 if (LE_FAILURE(success)) {
101 le_uint32 delta = applyLookupTable(lookupTable, &tempIterator, fontInstance, success);
124 LEErrorCode& success)
134 if (LE_FAILURE(success)) {
165 success = LE_MEMORY_ALLOCATION_ERROR;
199 success = LE_MEMORY_ALLOCATION_ERROR;