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

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java500 public abstract float[] getGlyphPositions(int beginGlyphIndex, int numEntries, method in class:GlyphVector
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEGlyphStorage.cpp412 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LEGlyphStorage
H A DLayoutEngine.cpp239 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LayoutEngine
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DStandardGlyphVector.java515 public float[] getGlyphPositions(int start, int count, float[] result) { method in class:StandardGlyphVector
795 public float[] getGlyphPositions(float[] result) { method in class:StandardGlyphVector

Completed in 212 milliseconds