Searched refs:s_dlgfntwidth (Results 1 – 1 of 1) sorted by relevance
300 static WORD s_dlgfntwidth; // width of the dialog font variable2288 return (WORD)((numPixels * 4) / s_dlgfntwidth); in PixelToDialogX()7593 s_dlgfntwidth = (WORD)((size.cx / 26 + 1) / 2); in get_dialog_font_metrics()7601 s_dlgfntwidth = LOWORD(dlgFontSize); in get_dialog_font_metrics()