Searched refs:to_ag (Results 1 – 1 of 1) sorted by relevance
403 unsigned to_ag = (to >> 8) & 0x00ff00ff; in color_blend() local406 unsigned result_ag = (from_ag + (alpha*(to_ag - from_ag) >> 8)) & 0xff00ff; in color_blend()