Home
last modified time | relevance | path

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

/dports/games/xnethack/xNetHack-xnh6.1/win/win32/
H A Dmhmap.c270 HDC frontBufferDC = GetDC(hWnd); in mswin_map_layout() local
271 HBITMAP hBackBuffer = CreateCompatibleBitmap(frontBufferDC, backWidth, backHeight); in mswin_map_layout()
272 ReleaseDC(hWnd, frontBufferDC); in mswin_map_layout()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/win32/
H A Dmhmap.c268 HDC frontBufferDC = GetDC(hWnd); in mswin_map_stretch() local
269 HBITMAP hBackBuffer = CreateCompatibleBitmap(frontBufferDC, backWidth, backHeight); in mswin_map_stretch()
270 ReleaseDC(hWnd, frontBufferDC); in mswin_map_stretch()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/win32/
H A Dmhmap.c268 HDC frontBufferDC = GetDC(hWnd); in mswin_map_stretch() local
269 HBITMAP hBackBuffer = CreateCompatibleBitmap(frontBufferDC, backWidth, backHeight); in mswin_map_stretch()
270 ReleaseDC(hWnd, frontBufferDC); in mswin_map_stretch()