OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chromaWhitePoint
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/Magick++/tests/
attributes.cpp
423
//
chromaWhitePoint
428
image.
chromaWhitePoint
(&x, &y, &z);
433
<< ",
chromaWhitePoint
x/y defaults are zero" << endl;
437
image.
chromaWhitePoint
(50, 100, 150);
438
image.
chromaWhitePoint
(&x, &y, &z);
443
<< ",
chromaWhitePoint
x/y failed set/get" << endl;
/external/ImageMagick/Magick++/lib/Magick++/
Image.h
707
void
chromaWhitePoint
(const double x_,const double y_,const double z_);
708
void
chromaWhitePoint
(double *x_,double *y_,double *z_) const;
[
all
...]
/external/ImageMagick/Magick++/lib/
STL.cpp
[
all
...]
Image.cpp
[
all
...]
Completed in 90 milliseconds