Home
last modified time | relevance | path

Searched refs:chromaGreenPrimary (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/tests/
Dattributes.cpp378 image.chromaGreenPrimary(&x, &y, &z); in main()
387 image.chromaGreenPrimary(50, 100, 150); in main()
388 image.chromaGreenPrimary(&x, &y, &z); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h707 void chromaGreenPrimary(const double x_,const double y_,const double z_);
708 void chromaGreenPrimary(double *x_,double *y_,double *z_) const;
/external/ImageMagick/Magick++/lib/
DSTL.cpp1244 image_.chromaGreenPrimary(_x,_y,_z); in operator ()()
DImage.cpp2242 void Magick::Image::chromaGreenPrimary(const double x_,const double y_, in chromaGreenPrimary() function in Magick::Image
2251 void Magick::Image::chromaGreenPrimary(double *x_,double *y_,double *z_) const in chromaGreenPrimary() function in Magick::Image
/external/ImageMagick/Magick++/
DChangeLog396 (chromaGreenPrimary): Changed argument type from float to double.