Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A Dframebuffer.c180 EFI_UGA_PIXEL pix0, pix1; in efifb_uga_find_pixel() local
187 status = uga->Blt(uga, &pix0, EfiUgaVideoToBltBuffer, in efifb_uga_find_pixel()
193 pix1.Red = ~pix0.Red; in efifb_uga_find_pixel()
194 pix1.Green = ~pix0.Green; in efifb_uga_find_pixel()
195 pix1.Blue = ~pix0.Blue; in efifb_uga_find_pixel()
229 status = uga->Blt(uga, &pix0, EfiUgaBltBufferToVideo, in efifb_uga_find_pixel()