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

Method Fill

rEFIt_UEFI/libeg/XImage.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void XImage::Fill(const EFI_GRAPHICS_OUTPUT_BLT_PIXEL& Color)
168{
169 for (UINTN y = 0; y < Height; ++y)
170 for (UINTN x = 0; x < Width; ++x)
171 PixelData[y * Width + x] = Color;
172}
173
174void XImage::Fill(const EG_PIXEL* Color)
175{

Callers 3

EnsureImageSizeMethod · 0.80
ClearScreenMethod · 0.80
FillByDirMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected