Lines Matching refs:glyphIndex
217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, 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;
313 inline LEGlyphID &operator[](le_int32 glyphIndex) const;
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);
538 inline LEGlyphID &LEGlyphStorage::operator[](le_int32 glyphIndex) const
540 return fGlyphs[glyphIndex];