Searched refs:src_g (Results 1 – 1 of 1) sorted by relevance
139 UINT32 alpha, src, src_rb, src_g, dst_rb, dst_g, rb, g; in pixel_blend() local150 src_g = (src & 0x00ff00); in pixel_blend()157 g = ((((src_g - dst_g) * alpha + 0x008000) >> 8) + dst_g) & 0x00ff00; in pixel_blend()