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

Method GetFrameBufferHeight

source/Video.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122UINT Video::GetFrameBufferHeight(void)
123{
124 return GetFrameBufferBorderlessHeight() + 2 * GetFrameBufferBorderHeight();
125}
126
127UINT Video::GetFrameBufferCentringOffsetX(void)
128{

Callers 2

NTSC_VideoInitFunction · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected