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

/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c116 EFI_UGA_PIXEL pix0, pix1; local
123 status = uga->Blt(uga, &pix0, EfiUgaVideoToBltBuffer,
129 pix1.Red = ~pix0.Red;
130 pix1.Green = ~pix0.Green;
131 pix1.Blue = ~pix0.Blue;
165 status = uga->Blt(uga, &pix0, EfiUgaBltBufferToVideo,

Completed in 57 milliseconds