Lines Matching defs:pub
484 XftFont *pub,
490 XftFontInt *font = (XftFontInt *) pub;
499 src, pub, draw->render.pict,
505 XftGlyphCore (draw, color, pub, x, y, glyphs, nglyphs);
512 XftFont *pub,
533 glyphs[i] = XftCharIndex (draw->dpy, pub, string[i]);
534 XftDrawGlyphs (draw, color, pub, x, y, glyphs, len);
542 XftFont *pub,
563 glyphs[i] = XftCharIndex (draw->dpy, pub, string[i]);
565 XftDrawGlyphs (draw, color, pub, x, y, glyphs, len);
573 XftFont *pub,
594 glyphs[i] = XftCharIndex (draw->dpy, pub, string[i]);
596 XftDrawGlyphs (draw, color, pub, x, y, glyphs, len);
604 XftFont *pub,
639 glyphs[i++] = XftCharIndex (draw->dpy, pub, ucs4);
643 XftDrawGlyphs (draw, color, pub, x, y, glyphs, i);
651 XftFont *pub,
687 glyphs[i++] = XftCharIndex (draw->dpy, pub, ucs4);
691 XftDrawGlyphs (draw, color, pub, x, y, glyphs, i);
699 XftFont *pub,
703 XftFontInt *font = (XftFontInt *) pub;
713 src, pub, draw->render.pict,
720 XftGlyphSpecCore (draw, color, pub, glyphs, len);
763 XftFont *pub,
783 glyphs[i].glyph = XftCharIndex(draw->dpy, pub, chars[i].ucs4);
788 XftDrawGlyphSpec (draw, color, pub, glyphs, len);