Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A Dframebuffer.c166 EFI_UGA_PIXEL pix0, pix1; in efifb_uga_find_pixel() local
179 pix1.Red = ~pix0.Red; in efifb_uga_find_pixel()
180 pix1.Green = ~pix0.Green; in efifb_uga_find_pixel()
181 pix1.Blue = ~pix0.Blue; in efifb_uga_find_pixel()
182 pix1.Reserved = 0; in efifb_uga_find_pixel()
202 status = uga->Blt(uga, &pix1, EfiUgaBltBufferToVideo, in efifb_uga_find_pixel()