Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Dcontext.c31 c->orig_font = NULL; in ME_InitContext()
H A Dstyle.c424 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()
H A Deditstr.h459 HFONT orig_font; member
/reactos/modules/rostests/winetests/kernel32/
H A Dconsole.c2824 COORD orig_sb_size, tmp_sb_size, orig_font, tmp_font; in test_GetConsoleFontInfo() local
2873 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()