Lines Matching defs:pub
27 XftFont *pub,
32 XftFontInt *font = (XftFontInt *) pub;
50 if (XftFontCheckGlyph (dpy, pub, FcFalse, *g++, missing, &nmissing))
53 XftFontLoadGlyphs (dpy, pub, FcFalse, missing, nmissing);
111 _XftFontManageMemory (dpy, pub);
118 XftFont *pub,
141 glyphs[i] = XftCharIndex (dpy, pub, string[i]);
142 XftGlyphExtents (dpy, pub, glyphs, len, extents);
149 XftFont *pub,
172 glyphs[i] = XftCharIndex (dpy, pub, string[i]);
173 XftGlyphExtents (dpy, pub, glyphs, len, extents);
180 XftFont *pub,
203 glyphs[i] = XftCharIndex (dpy, pub, string[i]);
204 XftGlyphExtents (dpy, pub, glyphs, len, extents);
211 XftFont *pub,
246 glyphs[i++] = XftCharIndex (dpy, pub, ucs4);
250 XftGlyphExtents (dpy, pub, glyphs, i, extents);
257 XftFont *pub,
293 glyphs[i++] = XftCharIndex (dpy, pub, ucs4);
297 XftGlyphExtents (dpy, pub, glyphs, i, extents);