Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-utils.c143 float a_mul, r_mul, g_mul, b_mul; in pixman_expand_to_float() local
170 r_mul = multipliers[r_size]; in pixman_expand_to_float()
182 dst[i].r = ((pixel >> r_shift) & r_mask) * r_mul; in pixman_expand_to_float()