Lines Matching refs:green_primary
2871 mng_info->global_chrm.green_primary.x, in ReadOnePNGImage()
2872 mng_info->global_chrm.green_primary.y, in ReadOnePNGImage()
2885 &image->chromaticity.green_primary.x, in ReadOnePNGImage()
2886 &image->chromaticity.green_primary.y, in ReadOnePNGImage()
2896 image->chromaticity.green_primary.x>0.2999f && in ReadOnePNGImage()
2897 image->chromaticity.green_primary.x<0.3001f && in ReadOnePNGImage()
2898 image->chromaticity.green_primary.y>0.5999f && in ReadOnePNGImage()
2899 image->chromaticity.green_primary.y<0.6001f && in ReadOnePNGImage()
4337 image->chromaticity.green_primary.x>0.2999f && in ReadPNGImage()
4338 image->chromaticity.green_primary.x<0.3001f && in ReadPNGImage()
4339 image->chromaticity.green_primary.y>0.5999f && in ReadPNGImage()
4340 image->chromaticity.green_primary.y<0.6001f && in ReadPNGImage()
4900 image->chromaticity.green_primary.x=0.00001*mng_get_long(&p[16]); in ReadOneJNGImage()
4901 image->chromaticity.green_primary.y=0.00001*mng_get_long(&p[20]); in ReadOneJNGImage()
4919 image->chromaticity.green_primary.x=0.3000f; in ReadOneJNGImage()
4920 image->chromaticity.green_primary.y=0.6000f; in ReadOneJNGImage()
5896 mng_info->global_chrm.green_primary.x=0.00001* in ReadOneMNGImage()
5898 mng_info->global_chrm.green_primary.y=0.00001* in ReadOneMNGImage()
11171 gp=image->chromaticity.green_primary; in WriteOnePNGImage()
13120 primary=image->chromaticity.green_primary; in WriteOneJNGImage()
13702 next_image->chromaticity.green_primary.x != in WriteMNGImage()
13703 next_image->next->chromaticity.green_primary.x || in WriteMNGImage()
13704 next_image->chromaticity.green_primary.y != in WriteMNGImage()
13705 next_image->next->chromaticity.green_primary.y || in WriteMNGImage()
13955 primary=image->chromaticity.green_primary; in WriteMNGImage()