Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dmenu.c16 HFONT ghMenuFont = NULL; variable
364 if (!ghMenuFont || !ghMenuFontBold) in MenuInit()
374 if (ghMenuFont == NULL) in MenuInit()
384 GreDeleteObject(ghMenuFont); in MenuInit()
385 ghMenuFont = NULL; in MenuInit()
2025 NtGdiSelectFont( hdc, ghMenuFont ); in MENU_PopupMenuCalcSize()
2610 && (NtGdiSelectFont( hdc, ghMenuFont))) in MENU_DrawPopupMenu()
2700 Font = ghMenuFont; in IntDrawMenuBarTemp()
2760 hfontOld = NtGdiSelectFont(hDC, ghMenuFont); in MENU_DrawMenuBar()
3171 NtGdiSelectFont( hdc, ghMenuFont ); in MENU_SelectItem()
[all …]