Home | History | Annotate | Download | only in lib

Lines Matching refs:green_primary

2211   image()->chromaticity.green_primary.x=x_;
2212 image()->chromaticity.green_primary.y=y_;
2213 image()->chromaticity.green_primary.z=z_;
2218 *x_=constImage()->chromaticity.green_primary.x;
2219 *y_=constImage()->chromaticity.green_primary.y;
2220 *z_=constImage()->chromaticity.green_primary.z;