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.h699 void chromaGreenPrimary(const double x_,const double y_,const double z_);
700 void chromaGreenPrimary(double *x_,double *y_,double *z_) const;
/external/ImageMagick/Magick++/lib/
DSTL.cpp1231 image_.chromaGreenPrimary(_x,_y,_z); in operator ()()
DImage.cpp2207 void Magick::Image::chromaGreenPrimary(const double x_,const double y_, in chromaGreenPrimary() function in Magick::Image
2216 void Magick::Image::chromaGreenPrimary(double *x_,double *y_,double *z_) const in chromaGreenPrimary() function in Magick::Image
/external/ImageMagick/Magick++/
DChangeLog392 (chromaGreenPrimary): Changed argument type from float to double.