Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ SwitchToGraphicsAndClear
Function
SwitchToGraphicsAndClear
rEFIt_UEFI/refit/screen.cpp:326–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
//
325
326
VOID SwitchToGraphicsAndClear(VOID) //called from MENU_FUNCTION_INIT
327
{
328
SwitchToGraphics();
329
ThemeX.Background.DrawWithoutCompose(0,0,0,0);
330
}
331
332
/*
333
typedef struct {
Callers
3
GraphicsMenuStyle
Method · 0.85
MainMenuVerticalStyle
Method · 0.85
MainMenuStyle
Method · 0.85
Calls
2
SwitchToGraphics
Function · 0.85
DrawWithoutCompose
Method · 0.80
Tested by
no test coverage detected