Lines Matching refs:glyphIndex
208 * @param glyphIndex - the index of the glyph
217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
269 * @param glyphIndex the index into the glyph array
276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
281 * @param glyphIndex the index into the glyph array
288 le_int32 getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const;
294 * @param glyphIndex the index into the glyph array
301 le_uint32 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const;
307 * @param glyphIndex the index into the glyph array
313 inline LEGlyphID &operator[](le_int32 glyphIndex) const;
386 * @param glyphIndex the index of the glyph
392 void setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success);
397 * @param glyphIndex the index of the glyph
403 void setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success);
408 * @param glyphIndex the index of the glyph
415 void setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success);
420 * @param glyphIndex the index of the glyph
427 void adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success);
432 * @param glyphIndex the index of the glyph
438 void setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success);
538 inline LEGlyphID &LEGlyphStorage::operator[](le_int32 glyphIndex) const
540 return fGlyphs[glyphIndex];