Home
last modified time | relevance | path

Searched refs:positionGlyphs (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DLayoutEngine.h224 … virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
DLayoutEngine.cpp332 void LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &succ… in positionGlyphs() function in LayoutEngine
506 positionGlyphs(*fGlyphStorage, x, y, success); in layoutChars()