Home
last modified time | relevance | path

Searched refs:BoldMsgTextWidth (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dbutton.c109 len1 = 4+BoldMsgTextWidth(boldMsgFontPtr, buf, len+4);
110 len2 = 4+BoldMsgTextWidth(boldMsgFontPtr, " CANCEL ", 10);
115 return 4+BoldMsgTextWidth(boldMsgFontPtr, " CANCEL ", 10);
148 text_w = BoldMsgTextWidth(msgFontPtr, Str, Len);
152 text_w = BoldMsgTextWidth(boldMsgFontPtr, Str, Len);
156 text_w = BoldMsgTextWidth(italicMsgFontPtr, Str, Len);
160 text_w = BoldMsgTextWidth(boldItalicMsgFontPtr, Str, Len);
H A Dtdgtmsg.c92 line_w = BoldMsgTextWidth(boldMsgFontPtr, psz_cur, strlen(psz_cur));
97 line_w = BoldMsgTextWidth(boldMsgFontPtr, psz_cur, strlen(psz_cur));
279 line_w = BoldMsgTextWidth(boldMsgFontPtr, psz_cur, strlen(psz_cur));
H A Ddialog.c284 total = BoldMsgTextWidth(xfs, buf, len);
300 full_str_total = BoldMsgTextWidth(xfs, c_ptr, full_str_len);
312 line_total = BoldMsgTextWidth(xfs, line, line_len);
331 w = BoldMsgTextWidth(xfs, line, lead_index);
524 a_btn_w = BoldMsgTextWidth(boldMsgFontPtr, " CANCEL ", 10) +
1055 w = BoldMsgTextWidth(boldMsgFontPtr, c_ptr, len);
H A Dmsg.e57 extern int BoldMsgTextWidth ARGS_DECL((XFontStruct*, char *psz, int nLen));
H A Dtdgtsedt.c137 pf_text_width_func = BoldMsgTextWidth;
H A Dtgisdl.c826 rgbhsv_width = BoldMsgTextWidth(boldMsgFontPtr, "9999", 4);
H A Dmsg.c351 int BoldMsgTextWidth(font_ptr, psz_str, len) in BoldMsgTextWidth() function
H A Dtgcwdl.c1746 rgbhsv_width = BoldMsgTextWidth(boldMsgFontPtr, "9999", 4);
H A Dchoose.c642 tmp_w = BoldMsgTextWidth(boldMsgFontPtr, gszMsgBox, len); in RedrawNameBaseWindow()