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

Lines Matching full:100000

683       else if(red + green < 100000L)
685 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L);
686 green_int = (png_uint_16)(((png_uint_32)green*32768L)/100000L);