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

  /external/ImageMagick/MagickCore/
quantum.c 129 status=SetQuantumDepth(image,quantum_info,image->depth);
659 % SetQuantumDepth() sets the quantum depth.
661 % The format of the SetQuantumDepth method is:
663 % MagickBooleanType SetQuantumDepth(const Image *image,
675 MagickExport MagickBooleanType SetQuantumDepth(const Image *image,
750 return(SetQuantumDepth(image,quantum_info,quantum_info->depth));
791 return(SetQuantumDepth(image,quantum_info,quantum_info->depth));
    [all...]
methods.h     [all...]

Completed in 312 milliseconds