Searched refs:blob_ (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/Magick++/lib/ |
D | Blob.cpp | 29 Magick::Blob::Blob(const Magick::Blob& blob_) in Blob() argument 30 : _blobRef(blob_._blobRef) in Blob() 50 Magick::Blob& Magick::Blob::operator=(const Magick::Blob& blob_) in operator =() argument 52 if (this != &blob_) in operator =() 54 blob_._blobRef->increase(); in operator =() 58 _blobRef=blob_._blobRef; in operator =()
|
D | Image.cpp | 82 Magick::Image::Image(const Blob &blob_) in Image() argument 89 read(blob_); in Image() 100 Magick::Image::Image(const Blob &blob_,const Geometry &size_) in Image() argument 107 read(blob_, size_); in Image() 118 Magick::Image::Image(const Blob &blob_,const Geometry &size_, in Image() argument 126 read(blob_,size_,depth_); in Image() 137 Magick::Image::Image(const Blob &blob_,const Geometry &size_, in Image() argument 145 read(blob_,size_,depth_,magick_); in Image() 156 Magick::Image::Image(const Blob &blob_,const Geometry &size_, in Image() argument 164 read(blob_,size_,magick_); in Image() [all …]
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 61 Image(const Blob &blob_); 64 Image(const Blob &blob_,const Geometry &size_); 67 Image(const Blob &blob_,const Geometry &size_,const size_t depth_); 71 Image(const Blob &blob_,const Geometry &size_,const size_t depth_, 75 Image(const Blob &blob_,const Geometry &size_,const std::string &magick_); 1158 void ping(const Blob &blob_); 1207 void read(const Blob &blob_); 1210 void read(const Blob &blob_,const Geometry &size_); 1214 void read(const Blob &blob_,const Geometry &size_,const size_t depth_); 1218 void read(const Blob &blob_,const Geometry &size_,const size_t depth_, [all …]
|
D | Blob.h | 37 Blob(const Blob& blob_); 43 Blob& operator=(const Blob& blob_);
|
D | STL.h | 2668 void pingImages(Container *sequence_,const Blob &blob_,ReadOptions &options) in pingImages() argument 2671 readImages(sequence_,blob_,options); in pingImages() 2675 void pingImages(Container *sequence_,const Blob &blob_) in pingImages() argument 2678 pingImages(sequence_,blob_,options); in pingImages() 2756 void readImages(Container *sequence_,const Blob &blob_,ReadOptions &options) in readImages() argument 2762 images=MagickCore::BlobToImage(options.imageInfo(),blob_.data(), in readImages() 2763 blob_.length(),exceptionInfo); in readImages() 2769 void readImages(Container *sequence_,const Blob &blob_) in readImages() argument 2772 readImages(sequence_,blob_,options); in readImages() 2847 Blob *blob_, [all …]
|