Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
785
bool Video::IsVideoStyle(VideoStyle_e style, VideoStyle_e mask)
786
{
787
return (style & mask) != 0;
788
}
789
790
bool Video::IsVideoStyle(VideoStyle_e mask)
791
{
Callers
10
CopyMixedSource
Function · 0.80
CopySource
Function · 0.80
UpdateHiResCell
Function · 0.80
UpdateHiResRGBCell
Function · 0.80
UpdateDHiResCellRGB
Function · 0.80
UpdateDuochromeCell
Function · 0.80
GetAppleWindowTitle
Function · 0.80
NTSC_SetVideoStyle
Function · 0.80
InitOptions
Method · 0.80
ApplyConfigAfterClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected