• Home
  • Raw
  • Download

Lines Matching refs:white_point

2863             mng_info->global_chrm.white_point.x,  in ReadOnePNGImage()
2864 mng_info->global_chrm.white_point.y, in ReadOnePNGImage()
2877 &image->chromaticity.white_point.x, in ReadOnePNGImage()
2878 &image->chromaticity.white_point.y, in ReadOnePNGImage()
2900 image->chromaticity.white_point.x>0.3126f && in ReadOnePNGImage()
2901 image->chromaticity.white_point.x<0.3128f && in ReadOnePNGImage()
2902 image->chromaticity.white_point.y>0.3289f && in ReadOnePNGImage()
2903 image->chromaticity.white_point.y<0.3291f) in ReadOnePNGImage()
4353 image->chromaticity.white_point.x>0.3126f && in ReadPNGImage()
4354 image->chromaticity.white_point.x<0.3128f && in ReadPNGImage()
4355 image->chromaticity.white_point.y>0.3289f && in ReadPNGImage()
4356 image->chromaticity.white_point.y<0.3291f)) in ReadPNGImage()
4897 image->chromaticity.white_point.x=0.00001*mng_get_long(p); in ReadOneJNGImage()
4898 image->chromaticity.white_point.y=0.00001*mng_get_long(&p[4]); in ReadOneJNGImage()
4924 image->chromaticity.white_point.x=0.3127f; in ReadOneJNGImage()
4925 image->chromaticity.white_point.y=0.3290f; in ReadOneJNGImage()
5891 mng_info->global_chrm.white_point.x=0.00001*mng_get_long(p); in ReadOneMNGImage()
5892 mng_info->global_chrm.white_point.y=0.00001*mng_get_long(&p[4]); in ReadOneMNGImage()
11161 wp=image->chromaticity.white_point; in WriteOnePNGImage()
13106 primary=image->chromaticity.white_point; in WriteOneJNGImage()
13702 next_image->chromaticity.white_point.x != in WriteMNGImage()
13703 next_image->next->chromaticity.white_point.x || in WriteMNGImage()
13704 next_image->chromaticity.white_point.y != in WriteMNGImage()
13705 next_image->next->chromaticity.white_point.y) in WriteMNGImage()
13941 primary=image->chromaticity.white_point; in WriteMNGImage()