Lines Matching refs:XftGlyphUsage
108 XftGlyphUsage *x1st = (XftGlyphUsage *) font->glyphs[font->newest];
109 XftGlyphUsage *xuse = x1st;
125 xuse = (XftGlyphUsage *) font->glyphs[next];
146 xuse = (XftGlyphUsage *) font->glyphs[next];
1070 XftGlyphUsage *xuse = (XftGlyphUsage *) xftg;
1080 XftGlyphUsage *xnew;
1081 XftGlyphUsage *xold;
1084 xnew = (XftGlyphUsage *) font->glyphs[font->newest];
1087 xold = (XftGlyphUsage *) font->glyphs[xnew->newer];
1159 XftGlyphUsage *xuse = (XftGlyphUsage *) xftg;
1160 XftGlyphUsage *xtmp;
1167 xtmp = (XftGlyphUsage *) font->glyphs[xuse->older];
1180 xtmp = (XftGlyphUsage *) font->glyphs[xuse->newer];
1233 XftGlyphUsage *xuse = (XftGlyphUsage *) xftg;
1261 XftGlyphUsage *xuse = (XftGlyphUsage *) xftg;
1262 XftGlyphUsage *xtmp = (XftGlyphUsage *) font->glyphs[font->newest];
1263 XftGlyphUsage *xold;
1264 XftGlyphUsage *xnew;
1267 xold = (XftGlyphUsage *) font->glyphs[xuse->older];
1268 xnew = (XftGlyphUsage *) font->glyphs[xuse->newer];
1275 xnew = (XftGlyphUsage *) font->glyphs[xtmp->newer];
1363 XftGlyphUsage *xuse = (XftGlyphUsage *) font->glyphs[font->newest];