HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphPosition (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.cpp 406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
LayoutEngine.cpp 187 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const
189 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
397 glyphStorage.getGlyphPosition(0, prev, ignore, success);
402 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
439 glyphStorage.getGlyphPosition(0, prev, ignore, success);
444 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);

Completed in 9443 milliseconds