Searched defs:getGlyphPosition (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java356 public abstract Point2D getGlyphPosition(int glyphIndex); method in class:GlyphVector
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEGlyphStorage.cpp431 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LEGlyphStorage
H A DLayoutEngine.cpp244 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LayoutEngine
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DStandardGlyphVector.java440 public Point2D getGlyphPosition(int ix) { method in class:StandardGlyphVector
1788 void getGlyphPosition(int glyphID, int ix, float[] positions, float[] result) { method in class:StandardGlyphVector.GlyphStrike

Completed in 62 milliseconds