Searched defs:red_fixed (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ | ||
H A D | pngrtran.c | 613 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 92 milliseconds