HomeSort by relevance Sort by last modified time
    Searched refs:SetQuantumDepth (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
quantum.h 156 SetQuantumDepth(const Image *,QuantumInfo *,const size_t),
quantum.c 128 status=SetQuantumDepth(image,quantum_info,image->depth);
662 % SetQuantumDepth() sets the quantum depth.
664 % The format of the SetQuantumDepth method is:
666 % MagickBooleanType SetQuantumDepth(const Image *image,
678 MagickExport MagickBooleanType SetQuantumDepth(const Image *image,
753 return(SetQuantumDepth(image,quantum_info,quantum_info->depth));
794 return(SetQuantumDepth(image,quantum_info,quantum_info->depth));
    [all...]
methods.h     [all...]
  /external/ImageMagick/coders/
pdb.c 903 status=SetQuantumDepth(image,quantum_info,image->depth > 8 ? 16 : 8);
    [all...]
mat.c 744 status=SetQuantumDepth(image,quantum_info,depth);
    [all...]
png.c     [all...]
pnm.c     [all...]
tiff.c     [all...]

Completed in 140 milliseconds