MCPcopy 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
326VOID SwitchToGraphicsAndClear(VOID) //called from MENU_FUNCTION_INIT
327{
328 SwitchToGraphics();
329 ThemeX.Background.DrawWithoutCompose(0,0,0,0);
330}
331
332/*
333typedef struct {

Callers 3

GraphicsMenuStyleMethod · 0.85
MainMenuVerticalStyleMethod · 0.85
MainMenuStyleMethod · 0.85

Calls 2

SwitchToGraphicsFunction · 0.85
DrawWithoutComposeMethod · 0.80

Tested by

no test coverage detected