Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ GetFrameBufferCentringOffsetY
Method
GetFrameBufferCentringOffsetY
source/Video.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
UINT Video::GetFrameBufferCentringOffsetY(void)
133
{
134
return HasVidHD() ? ((kVideoHeightIIgs - kVideoHeightII) / 2) : 0;
135
}
136
137
int Video::GetFrameBufferCentringValue(void)
138
{
Callers
1
StretchBltMemToFrameDC
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected