Lines Matching defs:pub
636 XftFont *pub,
642 XftFontInt *font = (XftFontInt *) pub;
700 _XftFontValidateMemory (dpy, pub);
1064 _XftFontValidateMemory (dpy, pub);
1114 XftFont *pub,
1119 XftFontInt *font = (XftFontInt *) pub;
1205 XftFont *pub,
1211 XftFontInt *font = (XftFontInt *) pub;
1242 XftFontLoadGlyphs (dpy, pub, need_bitmaps, missing, n);
1289 XftFont *pub,
1292 if (pub->charset)
1293 return FcCharSetHasChar (pub->charset, ucs4);
1301 XftFont *pub,
1304 XftFontInt *font = (XftFontInt *) pub;
1317 if (!XftCharExists (dpy, pub, ucs4))
1319 face = XftLockFace (pub);
1324 XftUnlockFace (pub);
1344 _XftFontUncacheGlyph (Display *dpy, XftFont *pub)
1346 XftFontInt *font = (XftFontInt *) pub;
1355 _XftFontValidateMemory (dpy, pub);
1365 XftFontUnloadGlyphs (dpy, pub, &glyphindex, 1);
1381 XftFontUnloadGlyphs (dpy, pub, &glyphindex, 1);
1405 XftFontUnloadGlyphs (dpy, pub, &glyphindex, 1);
1412 _XftFontValidateMemory (dpy, pub);
1416 _XftFontManageMemory (Display *dpy, XftFont *pub)
1418 XftFontInt *font = (XftFontInt *) pub;
1430 _XftFontUncacheGlyph (dpy, pub);