Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c141 EFI_UGA_PIXEL pix0, pix1; in efifb_uga_find_pixel() local
148 status = uga->Blt(uga, &pix0, EfiUgaVideoToBltBuffer, in efifb_uga_find_pixel()
154 pix1.Red = ~pix0.Red; in efifb_uga_find_pixel()
155 pix1.Green = ~pix0.Green; in efifb_uga_find_pixel()
156 pix1.Blue = ~pix0.Blue; in efifb_uga_find_pixel()
190 status = uga->Blt(uga, &pix0, EfiUgaBltBufferToVideo, in efifb_uga_find_pixel()