Lines Matching refs:success
28 …_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
29 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMP… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
41 …fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) in IndicOpenTypeLayoutEngine() argument
42 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NU… in IndicOpenTypeLayoutEngine()
57 LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphProcessing() argument
59 if (LE_FAILURE(success)) { in glyphProcessing()
64 success = LE_ILLEGAL_ARGUMENT_ERROR; in glyphProcessing()
68 …enTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success); in glyphProcessing()
70 if (LE_FAILURE(success)) { in glyphProcessing()
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success); in glyphProcessing()
79 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success); in glyphProcessing()
88 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
90 if (LE_FAILURE(success)) { in characterProcessing()
95 success = LE_ILLEGAL_ARGUMENT_ERROR; in characterProcessing()
104 success = LE_MEMORY_ALLOCATION_ERROR; in characterProcessing()
108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
109 glyphStorage.allocateAuxData(success); in characterProcessing()
111 if (LE_FAILURE(success)) { in characterProcessing()
123 …dering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage, &fMPreFixups, success); in characterProcessing()
126 if (LE_FAILURE(success)) { in characterProcessing()