Searched refs:dlgwidth (Results 1 – 1 of 1) sorted by relevance
6881 int dlgwidth = 0; in gui_mch_dialog() local7121 else if (horizWidth > dlgwidth) in gui_mch_dialog()7122 dlgwidth = horizWidth; in gui_mch_dialog()7137 if (textWidth > dlgwidth) in gui_mch_dialog()7138 dlgwidth = textWidth; in gui_mch_dialog()7143 if (dlgwidth < DLG_MIN_WIDTH) in gui_mch_dialog()7158 add_word(PixelToDialogX(dlgwidth)); // cx in gui_mch_dialog()7295 PixelToDialogX(dlgwidth - 4 * dlgPaddingX), in gui_mch_dialog()7623 WORD dlgwidth; in gui_mch_tearoff() local7739 if (textWidth > dlgwidth) in gui_mch_tearoff()[all …]