Lines Matching refs:pub
78 XftFont *pub,
87 XftFontInt *font = (XftFontInt *) pub;
119 if (XftFontCheckGlyph (dpy, pub, FcTrue, g, missing, &nmissing))
123 XftFontLoadGlyphs (dpy, pub, FcTrue, missing, nmissing);
193 _XftFontManageMemory (dpy, pub);
243 XftFont *pub,
250 XftFontInt *font = (XftFontInt *) pub;
287 if (XftFontCheckGlyph (dpy, pub, FcTrue, g, missing, &nmissing))
291 XftFontLoadGlyphs (dpy, pub, FcTrue, missing, nmissing);
442 _XftFontManageMemory (dpy, pub);
449 XftFont *pub,
472 glyphs[i].glyph = XftCharIndex(dpy, pub, chars[i].ucs4);
477 XftGlyphSpecRender (dpy, op, src, pub, dst, srcx, srcy, glyphs, len);
552 XftFont *pub = glyphs[i].font;
553 XftFontInt *font = (XftFontInt *) pub;
558 if (XftFontCheckGlyph (dpy, pub, FcTrue, g, missing, &nmissing))
561 XftFontLoadGlyphs (dpy, pub, FcTrue, missing, nmissing);
604 XftFont *pub = glyphs[i].font;
605 XftFontInt *font = (XftFontInt *) pub;
625 XftFont *pub = glyphs[i].font;
626 XftFontInt *font = (XftFontInt *) pub;
637 if (pub != prevPublic || x != glyphs[i].x || y != glyphs[i].y)
639 prevPublic = pub;
669 XftFont *pub = glyphs[i].font;
670 XftFontInt *font = (XftFontInt *) pub;
688 if (!i || pub != prevPublic || x != glyphs[i].x || y != glyphs[i].y)
699 prevPublic = pub;
776 XftFont *pub,
800 glyphs[i] = XftCharIndex (dpy, pub, string[i]);
801 XftGlyphRender (dpy, op, src, pub, dst,
811 XftFont *pub,
835 glyphs[i] = XftCharIndex (dpy, pub, string[i]);
836 XftGlyphRender (dpy, op, src, pub, dst,
846 XftFont *pub,
870 glyphs[i] = XftCharIndex (dpy, pub,
872 XftGlyphRender (dpy, op, src, pub, dst,
882 XftFont *pub,
906 glyphs[i] = XftCharIndex (dpy, pub,
908 XftGlyphRender (dpy, op, src, pub, dst,
918 XftFont *pub,
942 glyphs[i] = XftCharIndex (dpy, pub, string[i]);
943 XftGlyphRender (dpy, op, src, pub, dst,
953 XftFont *pub,
977 glyphs[i] = XftCharIndex (dpy, pub,
982 XftGlyphRender (dpy, op, src, pub, dst,
992 XftFont *pub,
1016 glyphs[i] = XftCharIndex (dpy, pub,
1021 XftGlyphRender (dpy, op, src, pub, dst,
1031 XftFont *pub,
1069 glyphs[i++] = XftCharIndex (dpy, pub, ucs4);
1073 XftGlyphRender (dpy, op, src, pub, dst,
1083 XftFont *pub,
1122 glyphs[i++] = XftCharIndex (dpy, pub, ucs4);
1126 XftGlyphRender (dpy, PictOpOver, src, pub, dst,