Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLayoutEngine.h218 … virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
DLayoutEngine.cpp326 void LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &succ… in positionGlyphs() function in LayoutEngine
500 positionGlyphs(*fGlyphStorage, x, y, success); in layoutChars()