Searched refs:blob_ (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/Magick++/lib/ |
D | Blob.cpp | 28 Magick::Blob::Blob(const Magick::Blob& blob_) in Blob() argument 29 : _blobRef(blob_._blobRef) in Blob() 43 Magick::Blob& Magick::Blob::operator=(const Magick::Blob& blob_) in operator =() argument 45 if (this != &blob_) in operator =() 47 blob_._blobRef->increase(); in operator =() 51 _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_); 1144 void ping(const Blob &blob_); 1193 void read(const Blob &blob_); 1196 void read(const Blob &blob_,const Geometry &size_); 1200 void read(const Blob &blob_,const Geometry &size_,const size_t depth_); 1204 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 | 2684 void readImages(Container *sequence_,const Blob &blob_,ReadOptions &options) in readImages() argument 2690 images=MagickCore::BlobToImage(options.imageInfo(),blob_.data(), in readImages() 2691 blob_.length(),exceptionInfo); in readImages() 2697 void readImages(Container *sequence_,const Blob &blob_) in readImages() argument 2700 readImages(sequence_,blob_,options); in readImages() 2775 Blob *blob_, 2788 blob_->updateNoCopy( data, length, Magick::Blob::MallocAllocator );
|
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 1141 hb_blob_t *blob_ = OT::Sanitizer<T>::sanitize (face->reference_table (T::tableTag)); in get() local 1142 p = const_cast<T *>(OT::Sanitizer<T>::lock_instance (blob_)); in get() 1145 hb_blob_destroy (blob_); in get() 1148 blob = blob_; in get()
|