Searched refs:mapImage_ (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 697 mapImage( const Image &mapImage_ , 2407 const Image& mapImage_,bool dither_=false,bool measureError_=false) 2422 (mapImage_.isValid() ? mapImage_.constImage() : 2428 throwException(exceptionInfo,mapImage_.quiet()); 2441 throwException(exceptionInfo,mapImage_.quiet()); 2450 throwException(exceptionInfo,mapImage_.quiet());
|
D | Image.h | 1075 void map(const Image &mapImage_,const bool dither_=false);
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 662 Magick::mapImage::mapImage( const Magick::Image &mapImage_ , in mapImage() argument 664 : _mapImage( mapImage_ ), in mapImage()
|
D | Image.cpp | 3554 void Magick::Image::map(const Image &mapImage_,const bool dither_) in map() argument 3559 RemapImage(options()->quantizeInfo(),image(),mapImage_.constImage(), in map()
|