Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtdgtsedt.c65 pf_text_width_func) in TdgtSmplEditBinarySearch() argument
69 TidgetMsgTextWidthFunc *pf_text_width_func;
97 w = (pf_text_width_func)(font_ptr, &caption[mid], len-mid);
117 TidgetMsgTextWidthFunc *pf_text_width_func=NULL; local
130 pf_text_width_func = MsgTextWidth;
137 pf_text_width_func = BoldMsgTextWidth;
144 pf_text_width_func = ItalicMsgTextWidth;
151 pf_text_width_func = BoldItalicMsgTextWidth;
154 w = (pf_text_width_func)(font_ptr, caption, strlen(caption));
157 client_area_w-RIGHT_GAP, font_ptr, pf_text_width_func);
[all …]