Searched refs:new_color (Results 1 – 1 of 1) sorted by relevance
18 u32 new_color; in pre_mul_blend_channel() local20 new_color = (src * 0xffff + dst * (0xffff - alpha)); in pre_mul_blend_channel()22 return DIV_ROUND_CLOSEST(new_color, 0xffff); in pre_mul_blend_channel()