Home | History | Annotate | Download | only in libpng

Lines Matching full:red_fixed

679    int red_fixed, green_fixed;
686 red_fixed = -1;
691 red_fixed = (int)((float)red*100000.0 + 0.5);
694 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);