MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / FrameGetDC

Method FrameGetDC

source/Windows/WinFrame.cpp:3129–3135  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

3127
3128//===========================================================================
3129HDC Win32Frame::FrameGetDC () {
3130 if (!g_hFrameDC) {
3131 g_hFrameDC = GetDC(g_hFrameWindow);
3132 SetViewportOrgEx(g_hFrameDC,viewportx,viewporty,NULL);
3133 }
3134 return g_hFrameDC;
3135}
3136
3137//===========================================================================
3138void Win32Frame::FrameReleaseDC () {

Callers 4

_CmdConfigFontFunction · 0.80
GetDebuggerMemDCFunction · 0.80
GetConsoleFontDCFunction · 0.80
StretchBltMemToFrameDCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected