Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:green_fixed

647       int green_fixed = (int)((float)green*100000.0 + 0.5);
649 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);