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

/openjdk7/jdk/src/share/native/sun/font/layout/
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);
H A DLEGlyphStorage.h242 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
H A DLayoutEngine.h487 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
H A DSunLayoutEngine.cpp208 engine->getGlyphPosition(glyphCount, x, y, success);
H A DLEGlyphStorage.cpp431 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const function in class:LEGlyphStorage
/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/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
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java255 wid += gv.getGlyphPosition(gv.getNumGlyphs()).getX();
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java879 Point2D gvAdvancePt = g.getGlyphPosition(numGlyphs);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java815 Point2D gvAdvPt = gv.getGlyphPosition(gv.getNumGlyphs());

Completed in 44 milliseconds