Home
last modified time | relevance | path

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

/reactos/dll/win32/oleaut32/
H A Dolefont.c94 static HDC get_dc(void) in get_dc() function
582 HDC hdc = get_dc(); in realize_font()
612 EnumFontFamiliesExW(get_dc(), &logFont, font_enum_proc, (LPARAM)&data, 0); in realize_font()
646 old_font = SelectObject(get_dc(), This->gdiFont); in realize_font()
2177 newObject->cyLogical = GetDeviceCaps(get_dc(), LOGPIXELSY); in OLEFontImpl_Construct()