Home | History | Annotate | Download | only in layout

Lines Matching refs:success

27                     le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
28 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
35 le_int32 typoFlags, LEErrorCode &success)
36 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
51 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
53 if (LE_FAILURE(success)) {
58 success = LE_ILLEGAL_ARGUMENT_ERROR;
67 success = LE_MEMORY_ALLOCATION_ERROR;
71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
72 glyphStorage.allocateAuxData(success);
74 if (LE_FAILURE(success)) {