Searched defs:getGlyphPosition (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.cpp406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LEGlyphStorage
H A DLayoutEngine.cpp193 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LayoutEngine
195 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
403 glyphStorage.getGlyphPosition(0, prev, ignore, success);
408 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
445 glyphStorage.getGlyphPosition(0, prev, ignore, success);
450 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);

Completed in 67 milliseconds