Searched refs:pix0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c165 EFI_UGA_PIXEL pix0, pix1; local
172 status = uga->Blt(uga, &pix0, EfiUgaVideoToBltBuffer,
178 pix1.Red = ~pix0.Red;
179 pix1.Green = ~pix0.Green;
180 pix1.Blue = ~pix0.Blue;
214 status = uga->Blt(uga, &pix0, EfiUgaBltBufferToVideo,

Completed in 149 milliseconds