Lines Matching refs:glyphset
77 GlyphSet glyphset;
141 GlyphSet glyphset;
170 glyphset = XRenderCreateGlyphSet(dpy, format);
181 XRenderAddGlyphs(dpy, glyphset,
185 return glyphset;
206 if (gi->out.glyphset)
208 gi->out.glyphset);
209 gi->out.glyphset = create_glyphs(gi->out.dpy->dpy,
212 if (gi->ref.glyphset)
214 gi->ref.glyphset);
215 gi->ref.glyphset = create_glyphs(gi->ref.dpy->dpy,
301 if (gi->out.glyphset)
302 XRenderFreeGlyphSet (gi->out.dpy->dpy, gi->out.glyphset);
303 if (gi->ref.glyphset)
304 XRenderFreeGlyphSet (gi->ref.dpy->dpy, gi->ref.glyphset);
368 elt.glyphset = gi.out.glyphset;
378 elt.glyphset = gi.ref.glyphset;
398 elt.glyphset = gi.out.glyphset;
408 elt.glyphset = gi.ref.glyphset;