OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 107 milliseconds