Searched defs:glyphIndex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A Dloengine.cpp135 le_getGlyphPosition(le_engine *engine, le_int32 glyphIndex, float *x, float *y, LEErrorCode *success) argument
H A DLEGlyphStorage.cpp254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const argument
273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) argument
292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const argument
311 setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) argument
349 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const argument
368 setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) argument
406 getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const argument
426 setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success) argument
441 adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
[all...]
H A DLayoutEngine.cpp193 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const argument

Completed in 119 milliseconds