OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageQuantumDepth
(Results
1 - 10
of
10
) sorted by null
/external/ImageMagick/MagickCore/
attribute.h
46
GetImageQuantumDepth
(const Image *,const MagickBooleanType);
methods.h
424
#define
GetImageQuantumDepth
PrependMagickMethod(
GetImageQuantumDepth
)
[
all
...]
attribute.c
641
%
GetImageQuantumDepth
() returns the depth of the image rounded to a legal
644
% The format of the
GetImageQuantumDepth
method is:
646
% size_t
GetImageQuantumDepth
(const Image *image,
657
MagickExport size_t
GetImageQuantumDepth
(const Image *image,
[
all
...]
/external/ImageMagick/coders/
debug.c
217
image->depth=
GetImageQuantumDepth
(image,MagickTrue);
map.c
166
depth=
GetImageQuantumDepth
(image,MagickTrue);
403
depth=
GetImageQuantumDepth
(image,MagickTrue);
txt.c
778
image->depth=
GetImageQuantumDepth
(image,MagickTrue);
mpc.c
883
depth=
GetImageQuantumDepth
(image,MagickFalse);
[
all
...]
fits.c
693
image->depth=
GetImageQuantumDepth
(image,MagickFalse);
miff.c
[
all
...]
png.c
[
all
...]
Completed in 123 milliseconds