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

Method GetPixelPtr

rEFIt_UEFI/libeg/XImage.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129EFI_GRAPHICS_OUTPUT_BLT_PIXEL* XImage::GetPixelPtr(INTN x, INTN y)
130{
131 return &PixelData[x + y * Width];
132}
133
134const EFI_GRAPHICS_OUTPUT_BLT_PIXEL* XImage::GetPixelPtr(INTN x, INTN y) const
135{

Callers 8

LoadFontImageMethod · 0.80
PrepareFontMethod · 0.80
DrawWithoutComposeMethod · 0.80
ClearScreenMethod · 0.80
ParseSVGXIconMethod · 0.80
renderSVGtextFunction · 0.80
testSVGFunction · 0.80
GetBestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected