Lines Matching refs:glyphset
991 if (!font->glyphset)
992 font->glyphset = XRenderCreateGlyphSet (dpy, font->format);
1045 XRenderAddGlyphs (dpy, font->glyphset, &glyph,
1141 else if (font->glyphset)
1146 XRenderFreeGlyphs (dpy, font->glyphset, glyphBuf, nused);
1199 if (font->glyphset && nused)
1200 XRenderFreeGlyphs (dpy, font->glyphset, glyphBuf, nused);
1393 if (font->glyphset)
1395 XRenderFreeGlyphSet (dpy, font->glyphset);
1396 font->glyphset = 0;
1426 font->glyphset ? font->glyphset : (unsigned long) font,