OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMagicName
(Results
1 - 5
of
5
) sorted by null
/external/ImageMagick/MagickCore/
magic.h
32
*
GetMagicName
(const MagicInfo *);
magic.c
603
%
GetMagicName
() returns the name associated with the magic.
605
% The format of the
GetMagicName
method is:
607
% const char *
GetMagicName
(const MagicInfo *magic_info)
614
MagickExport const char *
GetMagicName
(const MagicInfo *magic_info)
methods.h
455
#define
GetMagicName
PrependMagickMethod(
GetMagicName
)
[
all
...]
image.c
[
all
...]
/external/ImageMagick/coders/
wpg.c
840
(void) strncpy(clone_info->magick,
GetMagicName
(magic_info),
[
all
...]
Completed in 56 milliseconds