Searched refs:flipImage (Results 1 – 4 of 4) sorted by relevance
41 for_each( imageList.begin(), imageList.end(), flipImage() ); in main()
394 Magick::flipImage::flipImage( void ) in flipImage() function in Magick::flipImage397 void Magick::flipImage::operator()( Magick::Image &image_ ) const in operator ()()
446 class MagickPPExport flipImage : public std::unary_function<Image&,void>449 flipImage( void );
1507 * demo/flip.cpp (main): New file. Demonstrates use of flipImage