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

Method IsVideoStyle

source/Video.cpp:785–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785bool Video::IsVideoStyle(VideoStyle_e style, VideoStyle_e mask)
786{
787 return (style & mask) != 0;
788}
789
790bool Video::IsVideoStyle(VideoStyle_e mask)
791{

Callers 10

CopyMixedSourceFunction · 0.80
CopySourceFunction · 0.80
UpdateHiResCellFunction · 0.80
UpdateHiResRGBCellFunction · 0.80
UpdateDHiResCellRGBFunction · 0.80
UpdateDuochromeCellFunction · 0.80
GetAppleWindowTitleFunction · 0.80
NTSC_SetVideoStyleFunction · 0.80
InitOptionsMethod · 0.80
ApplyConfigAfterCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected