Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ GetFrameBufferWidth
Method
GetFrameBufferWidth
source/Video.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
UINT Video::GetFrameBufferWidth(void)
118
{
119
return GetFrameBufferBorderlessWidth() + 2 * GetFrameBufferBorderWidth();
120
}
121
122
UINT Video::GetFrameBufferHeight(void)
123
{
Callers
7
CopyMixedSource
Function · 0.80
CopySource
Function · 0.80
UpdateHiResRGBCell
Function · 0.80
UpdateDHiResCellRGB
Function · 0.80
UpdateDuochromeCell
Function · 0.80
NTSC_VideoInit
Function · 0.80
Initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected