Lines Matching refs:success

161      * @param success - set to an error code if the operation fails
172 LEErrorCode &success);
202 * @param success - set to an error code if the operation fails
209 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
231 * @param success - set to an error code if the operation fails
237 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
248 * @param success - set to an error code if the operation fails
252 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
270 * @param success - output parameter set to an error code if the operation fails
274 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
315 * @param success - set to an error code if the operation fails
321 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success);
330 * @param success - output parameter set to an error code if the operation fails
336 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
351 * @param success - output parameter set to an error code if the operation fails
357 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
383 * @param success - output parameter set to an error code if the operation fails
396 virtual le_int32 layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode &success);
415 * @param success - set to an error code if the operation fails
419 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
429 * @param success - set to an error code if the operation fails
433 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
441 * @param success - set to an error code if the operation fails
445 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
454 * @param success - set to an error code if the operation fails
458 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
467 * @param success - set to an error code if the operation fails
471 void getGlyphPositions(float positions[], LEErrorCode &success) const;
483 * @param success - set to an error code if the operation fails
487 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
506 * @param success - output parameter set to an error code if the operation fails
514 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success);
520 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typo_flags, LEErrorCode &success);