Searched refs:orig_font (Results 1 – 4 of 4) sorted by relevance
31 c->orig_font = NULL; in ME_InitContext()
424 if (!c->orig_font) c->orig_font = old_font; in select_style()428 SelectObject( c->hDC, c->orig_font ); in select_style()429 c->orig_font = NULL; in select_style()
459 HFONT orig_font; member
2824 COORD orig_sb_size, tmp_sb_size, orig_font, tmp_font; in test_GetConsoleFontInfo() local2873 orig_font = GetConsoleFontSize(std_output, index); in test_GetConsoleFontInfo()2888 tmp_w = (double)orig_font.X / tmp_font.X * win_width; in test_GetConsoleFontInfo()2889 tmp_h = (double)orig_font.Y / tmp_font.Y * win_height; in test_GetConsoleFontInfo()2922 tmp_w = (double)orig_font.X / tmp_font.X * csbi.dwMaximumWindowSize.X; in test_GetConsoleFontInfo()2923 tmp_h = (double)orig_font.Y / tmp_font.Y * csbi.dwMaximumWindowSize.Y; in test_GetConsoleFontInfo()