Searched refs:imageSpec_ (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h92 Image(const std::string &imageSpec_);
1138 void ping(const std::string &imageSpec_);
1213 void read(const Geometry &size_,const std::string &imageSpec_);
1222 void read(const std::string &imageSpec_);
1476 void write(const std::string &imageSpec_);
H A DSTL.h2658 void readImages(Container *sequence_,const std::string &imageSpec_, argument
2668 imageSpec_.copy(imageInfo->filename,MagickPathExtent-1);
2669 imageInfo->filename[imageSpec_.length()] = 0;
2677 void readImages(Container *sequence_,const std::string &imageSpec_) argument
2680 readImages(sequence_,imageSpec_,options);
2748 const std::string &imageSpec_,
2759 imageSpec_.c_str(),
2746 writeImages( InputIterator first_, InputIterator last_, const std::string &imageSpec_, bool adjoin_ = true ) argument
/external/ImageMagick/Magick++/lib/
H A DImage.cpp248 Magick::Image::Image(const std::string &imageSpec_) argument
255 read(imageSpec_);
3781 void Magick::Image::ping(const std::string &imageSpec_) argument
3787 options()->fileName(imageSpec_);
4006 void Magick::Image::read(const Geometry &size_,const std::string &imageSpec_) argument
4009 read(imageSpec_);
4025 void Magick::Image::read(const std::string &imageSpec_) argument
4031 options()->fileName(imageSpec_);
4880 void Magick::Image::write(const std::string &imageSpec_) argument
4883 fileName(imageSpec_);
[all...]

Completed in 348 milliseconds