Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dquantum.c124 status=SetQuantumDepth(image,quantum_info,image->depth); in AcquireQuantumInfo()
662 MagickExport MagickBooleanType SetQuantumDepth(const Image *image, in SetQuantumDepth() function
739 return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); in SetQuantumEndian()
779 return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); in SetQuantumFormat()
919 return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); in SetQuantumPad()
Dquantum.h157 SetQuantumDepth(const Image *,QuantumInfo *,const size_t),
Dmethods.h1031 #define SetQuantumDepth PrependMagickMethod(SetQuantumDepth) macro
/external/ImageMagick/coders/
Dpdb.c901 status=SetQuantumDepth(image,quantum_info,bits_per_pixel > 8 ? 16 : 8); in WritePDBImage()
Dmat.c749 status=SetQuantumDepth(image,quantum_info,depth); in ReadMATImageV4()
Dtiff.c3564 status=SetQuantumDepth(image,quantum_info,8); in WriteTIFFImage()
3600 status=SetQuantumDepth(image,quantum_info,depth); in WriteTIFFImage()
Dpng.c11413 SetQuantumDepth(image,quantum_info,image_depth); in WriteOnePNGImage()
11440 SetQuantumDepth(image,quantum_info,8); in WriteOnePNGImage()
11622 SetQuantumDepth(image,quantum_info,8); in WriteOnePNGImage()
11640 SetQuantumDepth(image,quantum_info,image->depth); in WriteOnePNGImage()