Searched refs:mapImage_ (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 696 mapImage( const Image &mapImage_ , 2391 const Image& mapImage_,bool dither_=false,bool measureError_=false) 2406 (mapImage_.isValid() ? mapImage_.constImage() : 2412 throwException(exceptionInfo,mapImage_.quiet()); 2425 throwException(exceptionInfo,mapImage_.quiet()); 2434 throwException(exceptionInfo,mapImage_.quiet());
|
D | Image.h | 1065 void map(const Image &mapImage_,const bool dither_=false);
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 659 Magick::mapImage::mapImage( const Magick::Image &mapImage_ , in mapImage() argument 661 : _mapImage( mapImage_ ), in mapImage()
|
D | Image.cpp | 3505 void Magick::Image::map(const Image &mapImage_,const bool dither_) in map() argument 3510 RemapImage(options()->quantizeInfo(),image(),mapImage_.constImage(), in map()
|