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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java356 public abstract Point2D getGlyphPosition(int glyphIndex); method in class:GlyphVector
371 * @see #getGlyphPosition
/openjdk7/jdk/src/share/native/sun/font/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.cpp245 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LayoutEngine
247 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
459 glyphStorage.getGlyphPosition(0, prev, ignore, success);
464 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
501 glyphStorage.getGlyphPosition(0, prev, ignore, success);
506 glyphStorage.getGlyphPosition(p + 1, next, ignore, success);
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java440 public Point2D getGlyphPosition(int ix) { method in class:StandardGlyphVector
604 Point2D pt = getGlyphPosition(ix);
1600 gs.getGlyphPosition(glyphID, i*2, sgv.positions, positions);
1773 void getGlyphPosition(int glyphID, int ix, float[] positions, float[] result) { method in class:StandardGlyphVector.GlyphStrike

Completed in 707 milliseconds