Searched refs:chromaGreenPrimary (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/Magick++/tests/ |
D | attributes.cpp | 378 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++/ |
D | Image.h | 699 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/ |
D | STL.cpp | 1231 image_.chromaGreenPrimary(_x,_y,_z); in operator ()()
|
D | Image.cpp | 2207 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++/ |
D | ChangeLog | 392 (chromaGreenPrimary): Changed argument type from float to double.
|