Home | History | Annotate | Download | only in coders

Lines Matching full:white_point

1061                     image->chromaticity.white_point.x=geometry_info.rho;
1062 image->chromaticity.white_point.y=geometry_info.sigma;
1064 image->chromaticity.white_point.y=
1065 image->chromaticity.white_point.x;
2212 if (image->chromaticity.white_point.x != 0.0)
2226 "white-point=%g,%g\n",image->chromaticity.white_point.x,
2227 image->chromaticity.white_point.y);