MCPcopy 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
117UINT Video::GetFrameBufferWidth(void)
118{
119 return GetFrameBufferBorderlessWidth() + 2 * GetFrameBufferBorderWidth();
120}
121
122UINT Video::GetFrameBufferHeight(void)
123{

Callers 7

CopyMixedSourceFunction · 0.80
CopySourceFunction · 0.80
UpdateHiResRGBCellFunction · 0.80
UpdateDHiResCellRGBFunction · 0.80
UpdateDuochromeCellFunction · 0.80
NTSC_VideoInitFunction · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected