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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java37 long glyphInfoPtr; field in class:XRGlyphCacheEntry
47 public XRGlyphCacheEntry(long glyphInfoPtr, GlyphList gl) { argument
48 this.glyphInfoPtr = glyphInfoPtr;
71 public static int getGlyphID(long glyphInfoPtr) { argument
78 return (int) StrikeCache.unsafe.getAddress(glyphInfoPtr +
82 public static void setGlyphID(long glyphInfoPtr, int id) { argument
92 StrikeCache.unsafe.putAddress(glyphInfoPtr +
97 return getGlyphID(glyphInfoPtr);
101 setGlyphID(glyphInfoPtr, i
[all...]

Completed in 93 milliseconds