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

  /external/icu4c/layout/
LayoutEngine.h 215 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
329 * the computeGlyphs, positionGlyphs and adjustGlyphPosition methods. It will
LayoutEngine.cpp 326 void LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success)
500 positionGlyphs(*fGlyphStorage, x, y, success);

Completed in 382 milliseconds