HomeSort by relevance Sort by last modified time
    Searched defs:GetMagickInfo (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
magick.c 301 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);
    [all...]
methods.h 491 #define GetMagickInfo PrependMagickMethod(GetMagickInfo)
    [all...]

Completed in 44 milliseconds