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

Lines Matching full:red_fixed

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