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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.h252 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
373 * the computeGlyphs, positionGlyphs and adjustGlyphPosition methods. It will
H A DLayoutEngine.cpp388 void LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success) function in class:LayoutEngine
562 positionGlyphs(*fGlyphStorage, x, y, success);

Completed in 33 milliseconds