MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / Draw

Method Draw

rEFIt_UEFI/libeg/XImage.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void XImage::Draw(INTN x, INTN y)
532{
533 Draw(x, y, 0, true);
534}
535
536void XImage::Draw(INTN x, INTN y, float scale)
537{

Callers 6

StartLegacyMethod · 0.45
EraseTextXYMethod · 0.45
ScrollingBarMethod · 0.45
GraphicsMenuStyleMethod · 0.45
testSVGFunction · 0.45
InitBootScreenFunction · 0.45

Calls 3

GetAreaMethod · 0.80
ComposeMethod · 0.80
DrawWithoutComposeMethod · 0.80

Tested by

no test coverage detected