Searched refs:intGlyphImages (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrikeDisposer.java59 int [] intGlyphImages; field in class:FontStrikeDisposer
71 this.intGlyphImages = images;
H A DPhysicalStrike.java62 protected int[] intGlyphImages; field in class:PhysicalStrike
H A DStrikeCache.java206 if (disposer.intGlyphImages != null) {
207 freeCachedIntMemory(disposer.intGlyphImages,
H A DFileFontStrike.java459 return intGlyphImages[glyphCode] & INTMASK;
486 if (intGlyphImages[glyphCode] == 0) {
487 intGlyphImages[glyphCode] = (int)glyphPtr;
491 return intGlyphImages[glyphCode] & INTMASK;
563 intGlyphImages = new int[numGlyphs];
564 this.disposer.intGlyphImages = intGlyphImages;
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java136 if (intGlyphImages != null) {
150 intGlyphImages = new int[glyphLenArray];
151 this.disposer.intGlyphImages = intGlyphImages;
224 if ((glyphPtr = intGlyphImages[glyphCode] & INTMASK) != 0L) {
232 if (intGlyphImages[glyphCode] == 0) {
233 intGlyphImages[glyphCode] = (int)glyphPtr;
237 return intGlyphImages[glyphCode] & INTMASK;

Completed in 33 milliseconds