Lines Matching refs:renditions

215 	for (i = 0; Out_FontList(o)->renditions[i]->tag != NULL; i++) {  in FontInit()
217 Out_FontList(o)->renditions[i]->tag) == 0 || in FontInit()
219 Out_FontList(o)->renditions[i]->tag) == 0) { in FontInit()
220 entry = Out_FontList(o)->renditions[i]; in FontInit()
232 for (i = 0; Out_FontList(o)->renditions[i]->tag != NULL; i++) { in FontInit()
233 if (Out_FontList(o)->renditions[i]->type == XmFONT_IS_FONTSET) { in FontInit()
234 entry = Out_FontList(o)->renditions[i]; in FontInit()
247 for (i = 0; Out_FontList(o)->renditions[i]->tag != NULL; i++) { in FontInit()
248 if (Out_FontList(o)->renditions[i]->type == XmFONT_IS_FONT) { in FontInit()
249 entry = Out_FontList(o)->renditions[i]; in FontInit()
271 if (Out_FontList(o) && Out_FontList(o)->renditions[0] in FontInit()
272 && Out_FontList(o)->renditions[0]->type == XmFONT_IS_XFT) { in FontInit()
274 entry = Out_FontList(o)->renditions[0]; in FontInit()
288 entry = Out_FontList(o)->renditions[0]; in FontInit()
301 entry = Out_FontList(o)->renditions[0]; in FontInit()
935 if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_FONT) { in _XmTextNextX()
937 } else if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_FONTSET) { in _XmTextNextX()
938 XmbTextExtents((XFontSet)Out_FontList(o)->renditions[0]->font, ptr, 1, &ink, &log); in _XmTextNextX()
1208 if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_FONT) { in DrawText()
1211 } else if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_FONTSET) { in DrawText()
1213 (XFontSet)Out_FontList(o)->renditions[0]->font, in DrawText()
1220 Out_FontList(o)->renditions[0], in DrawText()
3344 if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_FONT) {
3349 XftTextExtents8(Out_FontList(o)->renditions[0]->dpy,
3355 return XmbTextEscapement((XFontSet)Out_FontList(o)->renditions[0]->font, s, l);
3365 if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_FONT) {
3369 if (Out_FontList(o)->renditions[0]->type == XmFONT_IS_XFT) {
3379 num = XFontsOfFontSet((XFontSet)Out_FontList(o)->renditions[0]->font, &fsl, &nl);