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.c279 MagickExport const MagicInfo *GetMagicInfo(const unsigned char *magic, in GetMagicInfo() function
468 p=GetMagicInfo((const unsigned char *) NULL,0,exception); in GetMagicInfoList()
563 p=GetMagicInfo((const unsigned char *) NULL,0,exception); in GetMagicList()
Dmethods.h479 #define GetMagicInfo PrependMagickMethod(GetMagicInfo) macro
Dimage.c3016 magic_info=GetMagicInfo(magick,(size_t) count,sans_exception); in SetImageInfo()
/external/ImageMagick/coders/
Dwpg.c838 magic_info=GetMagicInfo(magick,count,exception); in ExtractPostscript()