Searched refs:getGlyphPosition (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/layout/ |
D | LayoutEngine.cpp | 176 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) … in getGlyphPosition() function in LayoutEngine 178 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success); in getGlyphPosition() 358 glyphStorage.getGlyphPosition(0, prev, ignore, success); in adjustMarkGlyphs() 363 glyphStorage.getGlyphPosition(p + 1, next, ignore, success); in adjustMarkGlyphs() 400 glyphStorage.getGlyphPosition(0, prev, ignore, success); in adjustMarkGlyphs() 405 glyphStorage.getGlyphPosition(p + 1, next, ignore, success); in adjustMarkGlyphs()
|
D | LEGlyphStorage.h | 217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
|
D | loengine.cpp | 148 le->getGlyphPosition(glyphIndex, *x, *y, *success); in le_getGlyphPosition()
|
D | LayoutEngine.h | 438 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
|
D | LEGlyphStorage.cpp | 396 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success… in getGlyphPosition() function in LEGlyphStorage
|
/external/icu4c/test/letest/ |
D | letest.cpp | 197 engine->getGlyphPosition(-1, x, y, status); in ParamTest() 204 engine->getGlyphPosition(glyphCount + 1, x, y, status); in ParamTest() 308 engine->getGlyphPosition(glyph, x, y, status); in AccessTest()
|