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

Method Hide

rEFIt_UEFI/libeg/XPointer.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#define POINTER_HEIGHT 64
28
29void XPointer::Hide()
30{
31 if (Alive) {
32 oldImage.DrawWithoutCompose(oldPlace.XPos, oldPlace.YPos);
33 }
34}
35
36bool XPointer::isAlive()
37{

Callers 1

HidePointerMethod · 0.80

Calls 1

DrawWithoutComposeMethod · 0.80

Tested by

no test coverage detected