Searched refs:SetImageDepth (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 38 SetImageDepth(Image *,const size_t,ExceptionInfo *),
|
D | methods.h | 1065 #define SetImageDepth PrependMagickMethod(SetImageDepth) macro 1067 #define SetImageDepth PrependMagickMethod(SetImageDepth) macro
|
D | attribute.c | 1002 MagickExport MagickBooleanType SetImageDepth(Image *image, in SetImageDepth() function
|
/external/ImageMagick/coders/ |
D | tiff.c | 2497 (void) SetImageDepth(image,1,exception); in WriteGROUP4Image() 3206 (void) SetImageDepth(image,1,exception); in WriteTIFFImage() 3212 (void) SetImageDepth(image,8,exception); in WriteTIFFImage() 3359 (void) SetImageDepth(image,8,exception); in WriteTIFFImage()
|
/external/ImageMagick/tests/ |
D | validate.c | 1612 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsInMemory() 1875 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsOnDisk()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1433 using MagickCore::SetImageDepth;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 477 SetImageDepth(image(),depth_,exceptionInfo); in channelDepth() 1168 SetImageDepth(image(),depth_,exceptionInfo); in modulusDepth()
|
/external/ImageMagick/MagickWand/ |
D | mogrify.c | 1340 (void) SetImageDepth(*image,MAGICKCORE_QUANTUM_DEPTH,exception); in MogrifyImage() 1343 (void) SetImageDepth(*image,StringToUnsignedLong(argv[i+1]), in MogrifyImage()
|
D | operation.c | 2190 (void) SetImageDepth(_image,_image_info->depth,_exception); in CLISimpleOperatorImage()
|
D | magick-image.c | 9585 return(SetImageDepth(wand->images,depth,wand->exception)); in MagickSetImageDepth()
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 647 * lib/Image.cpp (depth): Use GetImageDepth and SetImageDepth
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1393 (void) SetImageDepth(image,SvIV(sval),exception); in SetAttribute()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1393 (void) SetImageDepth(image,SvIV(sval),exception);
|