Searched refs:SetImageDepth (Results 1 – 14 of 14) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 38 SetImageDepth(Image *,const size_t,ExceptionInfo *),
|
D | methods.h | 989 #define SetImageDepth PrependMagickMethod(SetImageDepth) macro
|
D | attribute.c | 1923 MagickExport MagickBooleanType SetImageDepth(Image *image, in SetImageDepth() function
|
/external/ImageMagick/tests/ |
D | validate.c | 1632 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsInMemory() 1917 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsOnDisk()
|
/external/ImageMagick/coders/ |
D | tiff.c | 2586 (void) SetImageDepth(image,1,exception); in WriteGROUP4Image() 3395 (void) SetImageDepth(image,1,exception); in WriteTIFFImage() 3403 (void) SetImageDepth(image,8,exception); in WriteTIFFImage()
|
D | png.c | 8967 (void) SetImageDepth(image,image->depth,exception); in WriteOnePNGImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1485 using MagickCore::SetImageDepth;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 472 SetImageDepth(image(),depth_,exceptionInfo); in channelDepth() 1173 SetImageDepth(image(),depth_,exceptionInfo); in modulusDepth()
|
/external/ImageMagick/MagickWand/ |
D | mogrify.c | 1392 (void) SetImageDepth(*image,MAGICKCORE_QUANTUM_DEPTH,exception); in MogrifyImage() 1395 (void) SetImageDepth(*image,StringToUnsignedLong(argv[i+1]), in MogrifyImage()
|
D | operation.c | 2225 (void) SetImageDepth(_image,_image_info->depth,_exception); in CLISimpleOperatorImage()
|
D | magick-image.c | 10309 return(SetImageDepth(wand->images,depth,wand->exception)); in MagickSetImageDepth()
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 651 * lib/Image.cpp (depth): Use GetImageDepth and SetImageDepth
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1423 (void) SetImageDepth(image,SvIV(sval),exception); in SetAttribute()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1423 (void) SetImageDepth(image,SvIV(sval),exception);
|