Searched defs:glyphIndex (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java165 public abstract int getGlyphCode(int glyphIndex); argument
202 public int getGlyphCharIndex(int glyphIndex) { argument
315 getGlyphOutline(int glyphIndex) argument
335 getGlyphOutline(int glyphIndex, float x, float y) argument
356 getGlyphPosition(int glyphIndex) argument
373 setGlyphPosition(int glyphIndex, Point2D newPos) argument
389 getGlyphTransform(int glyphIndex) argument
406 setGlyphTransform(int glyphIndex, AffineTransform newTX) argument
522 getGlyphLogicalBounds(int glyphIndex) argument
539 getGlyphVisualBounds(int glyphIndex) argument
580 getGlyphMetrics(int glyphIndex) argument
596 getGlyphJustificationInfo(int glyphIndex) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEGlyphStorage.cpp279 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const argument
298 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) argument
317 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const argument
336 setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) argument
374 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const argument
393 setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) argument
431 getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const argument
451 setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success) argument
466 adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
[all...]
H A DLayoutEngine.cpp244 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const argument
/openjdk9/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c600 OGLTR_UpdateCachedDestination(OGLSDOps *dstOps, GlyphInfo *ginfo, jint gx1, jint gy1, jint gx2, jint gy2, jint glyphIndex, jint totalGlyphs) argument
709 OGLTR_DrawLCDGlyphViaCache(OGLContext *oglc, OGLSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint glyphIndex, jint totalGlyphs, jboolean rgbOrder, jint contrast, GLuint dstTextureID) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DStandardGlyphVector.java309 public int getGlyphCode(int glyphIndex) { argument
1447 void setGlyphTransform(int glyphIndex, AffineTransform newTX) { argument
1638 GlyphStrike getStrike(int glyphIndex) { argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp349 D3DTR_UpdateCachedDestination(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint gx1, jint gy1, jint gx2, jint gy2, jint agx1, jint agx2, jint glyphIndex, jint totalGlyphs) argument
517 D3DTR_DrawLCDGlyphViaCache(D3DContext *d3dc, D3DSDOps *dstOps, GlyphInfo *ginfo, jint x, jint y, jint glyphIndex, jint totalGlyphs, jboolean rgbOrder, jint contrast) argument

Completed in 109 milliseconds