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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java500 public abstract float[] getGlyphPositions(int beginGlyphIndex, int numEntries, method in class:GlyphVector
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp412 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LEGlyphStorage
H A DLayoutEngine.cpp240 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LayoutEngine
242 fGlyphStorage->getGlyphPositions(positions, success);
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java509 public float[] getGlyphPositions(int start, int count, float[] result) { method in class:StandardGlyphVector
789 public float[] getGlyphPositions(float[] result) { method in class:StandardGlyphVector
1057 this.positions = gv.getGlyphPositions(0, nGlyphs + 1, null);

Completed in 40 milliseconds