Lines Matching defs:xftg
319 _Xconst XftGlyph *xftg,
324 unsigned char *srcLine = xftg->bitmap, *src;
326 int width = xftg->metrics.width;
328 int height = xftg->metrics.height;
342 x -= xftg->metrics.x;
343 y -= xftg->metrics.y;
464 _Xconst XftGlyph *xftg,
493 width = xftg->metrics.width;
494 height = xftg->metrics.height;
496 x -= xftg->metrics.x;
497 y -= xftg->metrics.y;
501 maskLine = (unsigned char *) xftg->bitmap;
534 _Xconst XftGlyph *xftg,
564 width = xftg->metrics.width;
565 height = xftg->metrics.height;
567 x -= xftg->metrics.x;
568 y -= xftg->metrics.y;
572 maskLine = (unsigned char *) xftg->bitmap;
610 _Xconst XftGlyph *xftg,
640 width = xftg->metrics.width;
641 height = xftg->metrics.height;
643 x -= xftg->metrics.x;
644 y -= xftg->metrics.y;
648 maskLine = (unsigned char *) xftg->bitmap;
686 _Xconst XftGlyph *xftg,
707 x -= xftg->metrics.x;
708 y -= xftg->metrics.y;
709 width = xftg->metrics.width;
710 height = xftg->metrics.height;
712 maskLine = (unsigned char *) xftg->bitmap;
765 _Xconst XftGlyph *xftg,
785 x -= xftg->metrics.x;
786 y -= xftg->metrics.y;
787 width = xftg->metrics.width;
788 height = xftg->metrics.height;
790 mask = (CARD32 *) xftg->bitmap;
863 _Xconst XftGlyph *xftg,
952 XftGlyph *xftg;
1039 if (glyph >= font->num_glyphs || !(xftg = font->glyphs[glyph]))
1040 xftg = _XftGlyphDefault (dpy, public);
1041 if (xftg)
1043 (*smooth) (image, xftg, x - ox, y - oy, color);
1044 x += xftg->metrics.xOff;
1045 y += xftg->metrics.yOff;
1060 if (glyph >= font->num_glyphs || !(xftg = font->glyphs[glyph]))
1061 xftg = _XftGlyphDefault (dpy, public);
1062 if (xftg)
1064 (*sharp) (draw, xftg, x, y);
1065 x += xftg->metrics.xOff;
1066 y += xftg->metrics.yOff;
1086 XftGlyph *xftg;
1195 if (glyph >= font->num_glyphs || !(xftg = font->glyphs[glyph]))
1196 xftg = _XftGlyphDefault (dpy, public);
1197 if (xftg)
1199 (*smooth) (image, xftg, glyphs[i].x - x1,
1215 if (glyph >= font->num_glyphs || !(xftg = font->glyphs[glyph]))
1216 xftg = _XftGlyphDefault (dpy, public);
1217 if (xftg)
1218 (*sharp) (draw, xftg, glyphs[i].x, glyphs[i].y);
1233 XftGlyph *xftg;
1360 if (glyph >= font->num_glyphs || !(xftg = font->glyphs[glyph]))
1361 xftg = _XftGlyphDefault (dpy, public);
1362 if (xftg)
1364 (*smooth) (image, xftg, glyphs[i].x - x1,
1383 if (glyph >= font->num_glyphs || !(xftg = font->glyphs[glyph]))
1384 xftg = _XftGlyphDefault (dpy, public);
1385 if (xftg)
1386 (*sharp) (draw, xftg, glyphs[i].x, glyphs[i].y);