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 | 887 #define SetImageDepth PrependMagickMethod(SetImageDepth) macro
|
D | attribute.c | 1116 MagickExport MagickBooleanType SetImageDepth(Image *image, in SetImageDepth() function
|
/external/ImageMagick/coders/ |
D | tiff.c | 2670 (void) SetImageDepth(image,1,exception); in WriteGROUP4Image() 3529 (void) SetImageDepth(image,1,exception); in WriteTIFFImage() 3535 (void) SetImageDepth(image,8,exception); in WriteTIFFImage() 3696 (void) SetImageDepth(image,8,exception); in WriteTIFFImage()
|
D | png.c | 8953 (void) SetImageDepth(image,image->depth,exception); in WriteOnePNGImage()
|
/external/ImageMagick/tests/ |
D | validate.c | 1620 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsInMemory() 1902 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsOnDisk()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1456 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 | 1324 (void) SetImageDepth(*image,MAGICKCORE_QUANTUM_DEPTH,exception); in MogrifyImage() 1327 (void) SetImageDepth(*image,StringToUnsignedLong(argv[i+1]), in MogrifyImage()
|
D | operation.c | 2174 (void) SetImageDepth(_image,_image_info->depth,_exception); in CLISimpleOperatorImage()
|
D | magick-image.c | 9597 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 | 1413 (void) SetImageDepth(image,SvIV(sval),exception); in SetAttribute()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1413 (void) SetImageDepth(image,SvIV(sval),exception);
|