Searched defs:GetMagickInfo (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dmagick.c301 p=GetMagickInfo("*",exception);
530 % GetMagickInfo() returns a pointer MagickInfo structure that matches
534 % The format of the GetMagickInfo method is:
536 % const MagickInfo *GetMagickInfo(const char *name,Exception *exception)
545 MagickExport const MagickInfo *GetMagickInfo(const char *name,
664 p=GetMagickInfo("*",exception);
758 p=GetMagickInfo("*",exception);
529 MagickExport const MagickInfo *GetMagickInfo(const char *name, function
H A Dmethods.h491 #define GetMagickInfo PrependMagickMethod(GetMagickInfo) macro

Completed in 41 milliseconds