Lines Matching refs:XTextWidth
76 #define MaxTextWidth ((unsigned int) (255*XTextWidth(font_info,"_",1)))
77 #define MinTextWidth (26*XTextWidth(font_info,"_",1))
80 ((unsigned int) XTextWidth(font_info,text,Extent(text)))
565 if (XTextWidth(font_info,(char *) text,(int) (text_info->cursor-text)) > in XDrawMatteText()
571 n=XTextWidth(font_info,(char *) text+i,(int) in XDrawMatteText()
605 x+=XTextWidth(font_info,text_info->marker,(int) in XDrawMatteText()
2279 if (XTextWidth(font_info,reply_info.marker,i) > x) in XColorBrowserWidget()
3705 (width+28*XTextWidth(font_info,"#",1)+4*QuantumMargin); in XDialogWidget()
3867 if (XTextWidth(font_info,reply_info.marker,i) > x) in XDialogWidget()
4863 if (XTextWidth(font_info,reply_info.marker,(int) i) > x) in XFileBrowserWidget()
6156 if (XTextWidth(font_info,reply_info.marker,i) > x) in XFontBrowserWidget()
7205 if (XTextWidth(font_info,reply_info.marker,i) > x) in XListBrowserWidget()
9038 text_width=(unsigned int) XTextWidth(text_info,(char *) textlist[i], in XTextViewWidget()