Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/ !
Dsplash.c139 UINT32 alpha, src, src_rb, src_g, dst_rb, dst_g, rb, g; in pixel_blend() local
149 src_rb = (src & 0xff00ff); in pixel_blend()
156 rb = ((((src_rb - dst_rb) * alpha + 0x800080) >> 8) + dst_rb) & 0xff00ff; in pixel_blend()