Searched refs:frontBufferDC (Results 1 – 3 of 3) sorted by relevance
270 HDC frontBufferDC = GetDC(hWnd); in mswin_map_layout() local271 HBITMAP hBackBuffer = CreateCompatibleBitmap(frontBufferDC, backWidth, backHeight); in mswin_map_layout()272 ReleaseDC(hWnd, frontBufferDC); in mswin_map_layout()
268 HDC frontBufferDC = GetDC(hWnd); in mswin_map_stretch() local269 HBITMAP hBackBuffer = CreateCompatibleBitmap(frontBufferDC, backWidth, backHeight); in mswin_map_stretch()270 ReleaseDC(hWnd, frontBufferDC); in mswin_map_stretch()