OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMagicInfo
(Results
1 - 5
of
5
) sorted by null
/external/ImageMagick/MagickCore/
magic.h
59
*
GetMagicInfo
(const unsigned char *,const size_t,ExceptionInfo *),
magic.c
359
%
GetMagicInfo
() searches the magic list for the specified name and if found
362
% The format of the
GetMagicInfo
method is:
364
% const MagicInfo *
GetMagicInfo
(const unsigned char *magic,
377
MagickExport const MagicInfo *
GetMagicInfo
(const unsigned char *magic,
536
p=
GetMagicInfo
((const unsigned char *) NULL,0,exception);
632
p=
GetMagicInfo
((const unsigned char *) NULL,0,exception);
[
all
...]
methods.h
481
#define
GetMagicInfo
PrependMagickMethod(
GetMagicInfo
)
[
all
...]
image.c
[
all
...]
/external/ImageMagick/coders/
wpg.c
787
magic_info=
GetMagicInfo
(magick,2*MagickPathExtent,exception);
[
all
...]
Completed in 441 milliseconds