Searched refs:do_round (Results 1 – 2 of 2) sorted by relevance
628 def do_round(value, precision=0, method='common'): function982 'round': do_round,
2586 static double digitize(double value, int depth, int do_round) in digitize() argument2606 if (do_round) value += .5; in digitize()8005 const int do_round = data.gamma != 1 || calc_depth == 16; in image_transform_png_set_rgb_to_gray_mod() local8010 blo * (data.blue_coefficient-ce), calc_depth, do_round); in image_transform_png_set_rgb_to_gray_mod()8016 bhi * (data.blue_coefficient+ce), calc_depth, do_round); in image_transform_png_set_rgb_to_gray_mod()