Searched refs:getGlyphPositions (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h226 void getGlyphPositions(float positions[], LEErrorCode &success) const;
H A DLayoutEngine.h471 void getGlyphPositions(float positions[], LEErrorCode &success) const;
H A DSunLayoutEngine.cpp141 engine->getGlyphPositions(positions + (count * 2), status);
H A DLayoutEngine.cpp240 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LayoutEngine
242 fGlyphStorage->getGlyphPositions(positions, success);
H A DLEGlyphStorage.cpp412 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const function in class:LEGlyphStorage
/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/classes/sun/print/
H A DPathGraphics.java858 float[] positions = g.getGlyphPositions(0, numGlyphs, null);
977 float[] gvpos = gv.getGlyphPositions(0, numGlyphs, null);
/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);
H A DExtendedTextSourceLabel.java1019 float[] newPositions = newgv.getGlyphPositions(null);
1069 newPositions = newgv.getGlyphPositions(null);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java645 float[] glyphPos = gv.getGlyphPositions(0, numGlyphs, null);
814 glyphPos = gv.getGlyphPositions(0, len, null);

Completed in 200 milliseconds