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

/external/icu4c/layout/
H A DLayoutEngine.h218 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
332 * the computeGlyphs, positionGlyphs and adjustGlyphPosition methods. It will
H A DLayoutEngine.cpp326 void LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success) function in class:LayoutEngine
500 positionGlyphs(*fGlyphStorage, x, y, success);

Completed in 62 milliseconds