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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCache.java48 int grayGlyphSet; field in class:XRGlyphCache
63 grayGlyphSet = con.XRenderCreateGlyphSet(XRUtils.PictStandardA8);
161 con.XRenderAddGlyphs(grayGlyphSet, gl, grayGlyphList, generateGlyphImageStream(grayGlyphList));
173 if (entry.getGlyphSet() == grayGlyphSet) {
174 con.XRenderAddGlyphs(grayGlyphSet, gl, tmpList, generateGlyphImageStream(tmpList));
195 cacheEntry.setGlyphSet(grayGlyphSet);
285 if (entry.getGlyphSet() == grayGlyphSet) {
295 con.XRenderFreeGlyphs(grayGlyphSet, removedGrayscaleGlyphs.getSizedArray());

Completed in 21 milliseconds