Home | History | Annotate | Download | only in libpng

Lines Matching full:100000

1005          red_int = (png_uint_16)(((png_uint_32)red*32768)/100000);
1006 green_int = (png_uint_16)(((png_uint_32)green*32768)/100000);