Searched refs:setGlyphID (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java82 public static void setGlyphID(long glyphInfoPtr, int id) { method in class:XRGlyphCacheEntry
100 public void setGlyphID(int id) { method in class:XRGlyphCacheEntry
101 setGlyphID(glyphInfoPtr, id);
H A DXRGlyphCache.java120 glyph.setGlyphID(getFreeGlyphID());
291 entry.setGlyphID(0);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp298 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) function in class:LEGlyphStorage
551 setGlyphID(i,getGlyphID(i+1,success),success);
557 setGlyphID(i,getGlyphID(i-1,success),success);
564 setGlyphID(toPosition,holdGlyph,success);
H A DLEGlyphStorage.h417 void setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success);

Completed in 47 milliseconds