Lines Matching full:round_channel
1313 round_channel (double p, int m)
1337 color->r = round_channel (color->r, PIXMAN_FORMAT_R (format));
1338 color->g = round_channel (color->g, PIXMAN_FORMAT_G (format));
1339 color->b = round_channel (color->b, PIXMAN_FORMAT_B (format));
1345 color->a = round_channel (color->a, PIXMAN_FORMAT_A (format));