Home
last modified time | relevance | path

Searched refs:SetQuantumDepth (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dquantum.c125 status=SetQuantumDepth(image,quantum_info,image->depth); in AcquireQuantumInfo()
659 MagickExport MagickBooleanType SetQuantumDepth(const Image *image, in SetQuantumDepth() function
733 return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); in SetQuantumEndian()
773 return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); in SetQuantumFormat()
913 return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); in SetQuantumPad()
Dquantum.h156 SetQuantumDepth(const Image *,QuantumInfo *,const size_t),
Dmethods.h1099 #define SetQuantumDepth PrependMagickMethod(SetQuantumDepth) macro
/external/ImageMagick/coders/
Dmat.c714 status=SetQuantumDepth(image,quantum_info,depth); in ReadMATImageV4()
Dpnm.c1281 status=SetQuantumDepth(image,quantum_info,32); in ReadPNMImage()
Dpng.c10886 SetQuantumDepth(image,quantum_info,image_depth); in WriteOnePNGImage()
10902 SetQuantumDepth(image,quantum_info,8); in WriteOnePNGImage()
11103 SetQuantumDepth(image,quantum_info,8); in WriteOnePNGImage()
11120 SetQuantumDepth(image,quantum_info,image->depth); in WriteOnePNGImage()
Dtiff.c3392 status=SetQuantumDepth(image,quantum_info,depth); in WriteTIFFImage()