Home
last modified time | relevance | path

Searched refs:SetImageDepth (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/MagickCore/
Dattribute.h38 SetImageDepth(Image *,const size_t,ExceptionInfo *),
Dmethods.h1065 #define SetImageDepth PrependMagickMethod(SetImageDepth) macro
1067 #define SetImageDepth PrependMagickMethod(SetImageDepth) macro
Dattribute.c1002 MagickExport MagickBooleanType SetImageDepth(Image *image, in SetImageDepth() function
/external/ImageMagick/coders/
Dtiff.c2497 (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/
Dvalidate.c1612 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++/
DInclude.h1433 using MagickCore::SetImageDepth;
/external/ImageMagick/Magick++/lib/
DImage.cpp477 SetImageDepth(image(),depth_,exceptionInfo); in channelDepth()
1168 SetImageDepth(image(),depth_,exceptionInfo); in modulusDepth()
/external/ImageMagick/MagickWand/
Dmogrify.c1340 (void) SetImageDepth(*image,MAGICKCORE_QUANTUM_DEPTH,exception); in MogrifyImage()
1343 (void) SetImageDepth(*image,StringToUnsignedLong(argv[i+1]), in MogrifyImage()
Doperation.c2190 (void) SetImageDepth(_image,_image_info->depth,_exception); in CLISimpleOperatorImage()
Dmagick-image.c9585 return(SetImageDepth(wand->images,depth,wand->exception)); in MagickSetImageDepth()
/external/ImageMagick/Magick++/
DChangeLog647 * lib/Image.cpp (depth): Use GetImageDepth and SetImageDepth
/external/ImageMagick/PerlMagick/
DMagick.xs1393 (void) SetImageDepth(image,SvIV(sval),exception); in SetAttribute()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1393 (void) SetImageDepth(image,SvIV(sval),exception);