Home | History | Annotate | Download | only in layout

Lines Matching refs:success

127      * @param success - set to an error code if the operation fails
138 LEErrorCode &success);
165 * @param success - set to an error code if the operation fails
172 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
194 * @param success - set to an error code if the operation fails
200 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
211 * @param success - set to an error code if the operation fails
215 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
233 * @param success - output parameter set to an error code if the operation fails
237 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
272 * @param success - set to an error code if the operation fails
278 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success);
286 * @param success - output parameter set to an error code if the operation fails
292 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
307 * @param success - output parameter set to an error code if the operation fails
313 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
339 * @param success - output parameter set to an error code if the operation fails
352 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);
371 * @param success - set to an error code if the operation fails
375 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
385 * @param success - set to an error code if the operation fails
389 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
397 * @param success - set to an error code if the operation fails
401 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
410 * @param success - set to an error code if the operation fails
414 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
423 * @param success - set to an error code if the operation fails
427 void getGlyphPositions(float positions[], LEErrorCode &success) const;
439 * @param success - set to an error code if the operation fails
443 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
462 * @param success - output parameter set to an error code if the operation fails
470 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success);
476 static LayoutEngine *layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typo_flags, LEErrorCode &success);