• Home
  • Raw
  • Download

Lines Matching refs:LEErrorCode

149     void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
201 void getGlyphPositions(float positions[], LEErrorCode &success) const;
217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
243 le_int32 allocatePositions(LEErrorCode &success);
254 le_int32 allocateAuxData(LEErrorCode &success);
264 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const;
276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
288 le_int32 getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const;
301 le_uint32 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const;
332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
392 void setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success);
403 void setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success);
415 void setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success);
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
438 void setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success);