Home
last modified time | relevance | path

Searched refs:GetMagicInfo (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dmagic.h38 *GetMagicInfo(const unsigned char *,const size_t,ExceptionInfo *),
Dmagic.c280 MagickExport const MagicInfo *GetMagicInfo(const unsigned char *magic, in GetMagicInfo() function
463 p=GetMagicInfo((const unsigned char *) NULL,0,exception); in GetMagicInfoList()
558 p=GetMagicInfo((const unsigned char *) NULL,0,exception); in GetMagicList()
Dmethods.h453 #define GetMagicInfo PrependMagickMethod(GetMagicInfo) macro
Dimage.c3009 magic_info=GetMagicInfo(magick,(size_t) count,sans_exception); in SetImageInfo()
/external/ImageMagick/coders/
Dwpg.c832 magic_info=GetMagicInfo(magick,count,exception); in ExtractPostscript()