Home
last modified time | relevance | path

Searched refs:totalColors (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/tests/
Dattributes.cpp1354 if ( image.totalColors() != 2 ) in main()
1357 cout << "Line: " << __LINE__ << ", totalColors is " << image.totalColors() in main()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h502 size_t totalColors(void) const;
/external/ImageMagick/Magick++/lib/
DImage.cpp1620 size_t Magick::Image::totalColors(void) const in totalColors() function in Magick::Image