Searched refs:getGlyphID (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java71 public static int getGlyphID(long glyphInfoPtr) { method in class:XRGlyphCacheEntry
96 public int getGlyphID() { method in class:XRGlyphCacheEntry
97 return getGlyphID(glyphInfoPtr);
H A DXRGlyphCache.java75 int glyphID = XRGlyphCacheEntry.getGlyphID(glyphPtr);
97 int id = XRGlyphCacheEntry.getGlyphID(imgPtr);
121 cacheMap.put(new MutableInteger(glyph.getGlyphID()), glyph);
261 deleteGlyphList.addInt(entry.getGlyphID());
H A DXRTextRenderer.java88 eltList.getGlyphs().addInt(cacheEntry.getGlyphID());
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp279 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const function in class:LEGlyphStorage
545 LEGlyphID holdGlyph = getGlyphID(fromPosition,success);
551 setGlyphID(i,getGlyphID(i+1,success),success);
557 setGlyphID(i,getGlyphID(i-1,success),success);
H A DLEGlyphStorage.h301 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
H A DIndicReordering.cpp1042 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success);
1051 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1066 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);

Completed in 30 milliseconds