Home
last modified time | relevance | path

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

12

/external/ImageMagick/PerlMagick/t/
Dblob.t31 $image->BlobToImage( @blob );
Dsubroutines.pl251 $status=$image->BlobToImage( $blob );
/external/ImageMagick/MagickCore/
Dblob.h59 *BlobToImage(const ImageInfo *,const void *,const size_t,ExceptionInfo *),
Dmethods.h116 #define BlobToImage PrependMagickMethod(BlobToImage) macro
Dconstitute.c1046 image=BlobToImage(read_info,blob,length,exception); in ReadInlineImage()
Dimage.c720 clip_mask=BlobToImage(image_info,value,strlen(value),exception); in ClipImagePath()
Dblob.c422 MagickExport Image *BlobToImage(const ImageInfo *image_info,const void *blob, in BlobToImage() function
/external/ImageMagick/coders/
Dthumbnail.c205 thumbnail_image=BlobToImage(image_info,q,length,exception); in WriteTHUMBNAILImage()
Dept.c259 image=BlobToImage(read_info,postscript_data,ept_info.postscript_length, in ReadEPTImage()
268 tiff_image=BlobToImage(read_info,tiff_data,ept_info.tiff_length,exception); in ReadEPTImage()
Dpattern.c976 image=BlobToImage(blob_info,blob,extent,exception); in ReadPATTERNImage()
Dxtrn.c163 image=BlobToImage(clone_info,blob_data,blob_length, in ReadXTRNImage()
Dclipboard.c204 image=BlobToImage(read_info,clip_data,total_size,exception); in ReadCLIPBOARDImage()
Dmagick.c13074 image=BlobToImage(blob_info,blob,extent,exception); in ReadMAGICKImage()
Djnx.c310 tile_image=BlobToImage(read_info,blob,tile_length+2,exception); in ReadJNXImage()
Dxpm.c731 affinity_image=BlobToImage(blob_info,Graymap,GraymapExtent,exception); in WritePICONImage()
733 affinity_image=BlobToImage(blob_info,Colormap,ColormapExtent,exception); in WritePICONImage()
Dicon.c314 icon_image=BlobToImage(read_info,png,length,exception); in ReadICONImage()
Dpict.c1500 tile_image=BlobToImage(read_info,stream,count,exception); in ReadPICTImage()
Dwmf.c761 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.h1197 using MagickCore::BlobToImage;
/external/ImageMagick/tests/
Dvalidate.c1734 reconstruct_image=BlobToImage(image_info,blob,length,exception); in ValidateImageFormatsInMemory()
/external/ImageMagick/PerlMagick/
DMagick.xs2808 BlobToImage(ref,...) in BlobToImage() function
2811 BlobToImage = 1 in BlobToImage()
2914 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.in2805 BlobToImage(ref,...) function
2808 BlobToImage = 1
2911 image=BlobToImage(info->image_info,list[i],length[i],exception);

12