Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics.c91 uint32_t pix_g = pix & 0xff00; in pixel_blend() local
98 uint32_t out_g = (pix_g * (255 - alpha) + cur_g * alpha) / 255; in pixel_blend()