Searched refs:calc_type (Results 1 – 2 of 2) sorted by relevance
34 typedef typename color_type::calc_type calc_type; typedef39 … *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift);50 typedef typename color_type::calc_type calc_type; typedef62 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8; in copy_or_blend_pix()138 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8; in blend_hline()160 calc_type alpha = (calc_type(c.a) * (calc_type(*covers) + 1)) >> 8; in blend_solid_hspan()
35 typedef int32u calc_type; typedef