HomeSort by relevance Sort by last modified time
    Searched refs:GetMimeInfo (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/MagickCore/
mime.h 41 *GetMimeInfo(const char *,const unsigned char *,const size_t,ExceptionInfo *),
mime.c 211 % GetMimeInfo() attempts to classify the content to identify which mime type
214 % The format of the GetMimeInfo method is:
216 % const MimeInfo *GetMimeInfo(const char *filename,
233 MagickExport const MimeInfo *GetMimeInfo(const char *filename,
469 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
565 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
    [all...]
methods.h 462 #define GetMimeInfo PrependMagickMethod(GetMimeInfo)
    [all...]

Completed in 45 milliseconds