Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dcombo.c100 HFONT hFont1, hFont2; in test_setfont() local
113hFont1 = CreateFontA(10, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE, SYMBOL_CHARSET, OUT_DEFAULT_PR… in test_setfont()
126 if (font_height(hFont1) == 10 && font_height(hFont2) == 8) in test_setfont()
128 SendMessageA(hCombo, WM_SETFONT, (WPARAM)hFont1, FALSE); in test_setfont()
133 … expect_rect(r, 5, 5, 105, 105 - (font_height(GetStockObject(SYSTEM_FONT)) - font_height(hFont1))); in test_setfont()
142 SendMessageA(hCombo, WM_SETFONT, (WPARAM)hFont1, FALSE); in test_setfont()
147 … expect_rect(r, 5, 5, 105, 105 - (font_height(GetStockObject(SYSTEM_FONT)) - font_height(hFont1))); in test_setfont()
152 font_height(hFont1), font_height(hFont2)); in test_setfont()
168 DeleteObject(hFont1); in test_setfont()
/reactos/win32ss/user/ntuser/
H A Ddesktop.c2099 HFONT hFont1 = NULL, hFont2 = NULL, hOldFont = NULL; in IntPaintDesktop() local
2121 hFont1 = GreCreateFontIndirectW(&gspv.ncm.lfCaptionFont); in IntPaintDesktop()
2125 if (hFont1) in IntPaintDesktop()
2126 hOldFont = NtGdiSelectFont(hDC, hFont1); in IntPaintDesktop()
2194 if (hFont1) NtGdiSelectFont(hDC, hFont1); in IntPaintDesktop()
2211 if (hFont1) NtGdiSelectFont(hDC, hFont1); in IntPaintDesktop()
2232 if (hFont1) NtGdiSelectFont(hDC, hFont1); in IntPaintDesktop()
2244 if (hFont1) NtGdiSelectFont(hDC, hFont1); in IntPaintDesktop()
2266 if (hFont1) in IntPaintDesktop()
2269 GreDeleteObject(hFont1); in IntPaintDesktop()
/reactos/modules/rostests/winetests/comctl32/
H A Dcombo.c677 HFONT hFont1, hFont2; in test_combo_setfont() local
683hFont1 = CreateFontA(10, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE, SYMBOL_CHARSET, OUT_DEFAULT_PR… in test_combo_setfont()
696 if (get_font_height(hFont1) == 10 && get_font_height(hFont2) == 8) in test_combo_setfont()
698 SendMessageA(hCombo, WM_SETFONT, (WPARAM)hFont1, FALSE); in test_combo_setfont()
703 …rect(r, 5, 5, 105, 105 - (get_font_height(GetStockObject(SYSTEM_FONT)) - get_font_height(hFont1))); in test_combo_setfont()
712 SendMessageA(hCombo, WM_SETFONT, (WPARAM)hFont1, FALSE); in test_combo_setfont()
717 …rect(r, 5, 5, 105, 105 - (get_font_height(GetStockObject(SYSTEM_FONT)) - get_font_height(hFont1))); in test_combo_setfont()
722 get_font_height(hFont1), get_font_height(hFont2)); in test_combo_setfont()
738 DeleteObject(hFont1); in test_combo_setfont()
H A Dmonthcal.c1563 HFONT hFont1, hFont2; in test_size() local
1572 hFont1 = CreateFontIndirectA(&logfont); in test_size()
1578 SendMessageA(hwnd, WM_SETFONT, (WPARAM)hFont1, 0); in test_size()