Home | History | Annotate | Download | only in layout

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)) {
81 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success);
82 if (LE_FAILURE(success)) {
95 const LEFontInstance *fontInstance, LEErrorCode& success) const
97 if (LE_FAILURE(success)) {
104 le_uint32 delta = applyLookupTable(lookupTable, &tempIterator, fontInstance, success);
130 LEErrorCode& success)
140 if (LE_FAILURE(success)) {
171 success = LE_MEMORY_ALLOCATION_ERROR;
209 success = LE_MEMORY_ALLOCATION_ERROR;