Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLayoutEngine.cpp176 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()
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.h438 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
DLEGlyphStorage.cpp396 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success… in getGlyphPosition() function in LEGlyphStorage
/external/icu4c/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()