Lines Matching refs:success
37 … le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
38 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
45 le_int32 typoFlags, LEErrorCode &success) in ArabicOpenTypeLayoutEngine() argument
46 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in ArabicOpenTypeLayoutEngine()
67 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
69 if (LE_FAILURE(success)) { in characterProcessing()
74 success = LE_ILLEGAL_ARGUMENT_ERROR; in characterProcessing()
81 success = LE_MEMORY_ALLOCATION_ERROR; in characterProcessing()
85 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
86 glyphStorage.allocateAuxData(success); in characterProcessing()
88 if (LE_FAILURE(success)) { in characterProcessing()
104 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() argument
106 if (LE_FAILURE(success)) { in adjustGlyphPositions()
111 success = LE_ILLEGAL_ARGUMENT_ERROR; in adjustGlyphPositions()
116 … OpenTypeLayoutEngine::adjustGlyphPositions(chars, offset, count, reverse, glyphStorage, success); in adjustGlyphPositions()
120 adjustMarkGlyphs(glyphStorage, &filter, success); in adjustGlyphPositions()
125 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success); in adjustGlyphPositions()
129 …fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) in UnicodeArabicOpenTypeLayoutEngine() argument
130 : ArabicOpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in UnicodeArabicOpenTypeLayoutEngine()
144 …ostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphPostProcessing() argument
146 if (LE_FAILURE(success)) { in glyphPostProcessing()
157 success = LE_MEMORY_ALLOCATION_ERROR; in glyphPostProcessing()
167 …peLayoutEngine::mapCharsToGlyphs(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStorage, success); in glyphPostProcessing()
174 …t32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) in mapCharsToGlyphs() argument
176 if (LE_FAILURE(success)) { in mapCharsToGlyphs()
181 success = LE_ILLEGAL_ARGUMENT_ERROR; in mapCharsToGlyphs()
192 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
200 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() argument
202 if (LE_FAILURE(success)) { in adjustGlyphPositions()
207 success = LE_ILLEGAL_ARGUMENT_ERROR; in adjustGlyphPositions()
213 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success); in adjustGlyphPositions()