Searched refs:red_fixed (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrtran.c679 int red_fixed, green_fixed; local
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrtran.c613 int red_fixed = (int)((float)red*100000.0 + 0.5); local
615 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);

Completed in 101 milliseconds