Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c2052 static double digitize(double value, int depth, int do_round) in digitize() argument
2072 if (do_round) value += .5; in digitize()
7043 PNG_CONST int do_round = data.gamma != 1 || calc_depth == 16; in image_transform_png_set_rgb_to_gray_mod() local
7048 blo * (data.blue_coefficient-ce), gamma_depth, do_round); in image_transform_png_set_rgb_to_gray_mod()
7054 bhi * (data.blue_coefficient+ce), gamma_depth, do_round); in image_transform_png_set_rgb_to_gray_mod()