MCPcopy 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
132UINT Video::GetFrameBufferCentringOffsetY(void)
133{
134 return HasVidHD() ? ((kVideoHeightIIgs - kVideoHeightII) / 2) : 0;
135}
136
137int Video::GetFrameBufferCentringValue(void)
138{

Callers 1

StretchBltMemToFrameDCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected