Home
last modified time | relevance | path

Searched refs:BlobToImage (Results 1 – 25 of 25) sorted by relevance

/external/ImageMagick/PerlMagick/t/
Dblob.t31 $image->BlobToImage( @blob );
Dsubroutines.pl249 $status=$image->BlobToImage( $blob );
/external/ImageMagick/MagickCore/
Dblob.h58 *BlobToImage(const ImageInfo *,const void *,const size_t,ExceptionInfo *),
Dmethods.h111 #define BlobToImage PrependMagickMethod(BlobToImage) macro
Dconstitute.c990 image=BlobToImage(read_info,blob,length,exception); in ReadInlineImage()
Dimage.c736 clip_mask=BlobToImage(image_info,value,strlen(value),exception); in ClipImagePath()
Dblob.c421 MagickExport Image *BlobToImage(const ImageInfo *image_info,const void *blob, in BlobToImage() function
/external/ImageMagick/coders/
Dthumbnail.c204 thumbnail_image=BlobToImage(image_info,q,length,exception); in WriteTHUMBNAILImage()
Dept.c252 image=BlobToImage(read_info,ept_info.postscript,ept_info.postscript_length, in ReadEPTImage()
257 image=BlobToImage(read_info,ept_info.tiff,ept_info.tiff_length,exception); in ReadEPTImage()
Dxtrn.c163 image=BlobToImage(clone_info,blob_data,blob_length, in ReadXTRNImage()
Dpattern.c984 image=BlobToImage(blob_info,blob,extent,exception); in ReadPATTERNImage()
Dclipboard.c200 image=BlobToImage(read_info,clip_data,total_size,exception); in ReadCLIPBOARDImage()
Dmagick.c13074 image=BlobToImage(blob_info,blob,extent,exception); in ReadMAGICKImage()
Djnx.c306 tile_image=BlobToImage(read_info,blob,tile_length+2,exception); in ReadJNXImage()
Dxpm.c698 affinity_image=BlobToImage(blob_info,Graymap,GraymapExtent,exception); in WritePICONImage()
700 affinity_image=BlobToImage(blob_info,Colormap,ColormapExtent,exception); in WritePICONImage()
Dicon.c379 icon_image=BlobToImage(read_info,png,length+16,exception); in ReadICONImage()
Dwmf.c764 image=BlobToImage(image_info, (const void *) bmp_read->buffer, in ipa_bmp_read()
/external/ImageMagick/
DMagickshr.opt12 symbol_vector=(BlobToImage=PROCEDURE)
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2762 images=MagickCore::BlobToImage(options.imageInfo(),blob_.data(), in readImages()
DInclude.h1168 using MagickCore::BlobToImage;
/external/ImageMagick/tests/
Dvalidate.c1722 reconstruct_image=BlobToImage(image_info,blob,length,exception); in ValidateImageFormatsInMemory()
/external/ImageMagick/PerlMagick/
DMagick.xs2793 BlobToImage(ref,...) in BlobToImage() function
2796 BlobToImage = 1 in BlobToImage()
2899 image=BlobToImage(info->image_info,list[i],length[i],exception); in BlobToImage()
/external/ImageMagick/Magick++/lib/
DImage.cpp4028 newImage=BlobToImage(imageInfo(),static_cast<const void *>(blob_.data()), in read()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in2790 BlobToImage(ref,...) function
2793 BlobToImage = 1
2896 image=BlobToImage(info->image_info,list[i],length[i],exception);
/external/ImageMagick/MagickWand/
Dmagick-image.c8298 images=BlobToImage(wand->image_info,blob,length,wand->exception); in MagickReadImageBlob()