Searched refs:lcdGlyphSet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCache.java49 int lcdGlyphSet; field in class:XRGlyphCache
64 lcdGlyphSet = con.XRenderCreateGlyphSet(XRUtils.PictStandardARGB32);
164 con.XRenderAddGlyphs(lcdGlyphSet, gl, lcdGlyphList, generateGlyphImageStream(lcdGlyphList));
176 con.XRenderAddGlyphs(lcdGlyphSet, gl, tmpList, generateGlyphImageStream(tmpList));
201 cacheEntry.setGlyphSet(lcdGlyphSet);
213 boolean isLCDGlyph = glyphList.get(0).getGlyphSet() == lcdGlyphSet;
299 con.XRenderFreeGlyphs(lcdGlyphSet, removedLCDGlyphs.getSizedArray());
H A DXRTextRenderer.java91 containsLCDGlyphs |= (glyphSet == glyphCache.lcdGlyphSet);

Completed in 22 milliseconds