Home
last modified time | relevance | path

Searched refs:getGlyphPosition (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
DLayoutEngine.cpp193 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) … in getGlyphPosition() function in LayoutEngine
195 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success); in getGlyphPosition()
403 glyphStorage.getGlyphPosition(0, prev, ignore, success); in adjustMarkGlyphs()
408 glyphStorage.getGlyphPosition(p + 1, next, ignore, success); in adjustMarkGlyphs()
445 glyphStorage.getGlyphPosition(0, prev, ignore, success); in adjustMarkGlyphs()
450 glyphStorage.getGlyphPosition(p + 1, next, ignore, success); in adjustMarkGlyphs()
DLEGlyphStorage.h217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
Dloengine.cpp148 le->getGlyphPosition(glyphIndex, *x, *y, *success); in le_getGlyphPosition()
DLayoutEngine.h466 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
DLEGlyphStorage.cpp406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success… in getGlyphPosition() function in LEGlyphStorage
/external/icu/icu4c/source/test/letest/
Dletest.cpp197 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()