Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

58 #include "MagickCore/exception.h"
59 #include "MagickCore/exception-private.h"
175 % ExceptionInfo *exception)
181 % o exception: return any errors or warnings in this structure.
185 ExceptionInfo *exception)
205 options=GetConfigureOptions(filename,exception);
210 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
217 status&=LoadDelegateCache(cache,DelegateMap,"built-in",0,exception);
317 % char *message,ExceptionInfo *exception)
332 % o exception: return any errors here.
337 ExceptionInfo *exception)
372 (void) ThrowMagickException(exception,GetMagickModule(),PolicyError,
469 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
472 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
500 % const char *decode,const char *encode,ExceptionInfo *exception)
517 % o exception: return any errors or warnings in this structure.
522 const char letter,ExceptionInfo *exception)
527 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \
534 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \
653 if (SetImageGray(image,exception) != MagickFalse)
834 page=GetImageBoundingBox(image,exception);
846 (void) SignatureImage(image,exception);
847 string=GetImageProperty(image,"signature",exception);
855 Image *image,const char *embed_text,ExceptionInfo *exception)
1046 string=GetMagickPropertyLetter(image_info,image,*p, exception);
1053 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning,
1061 const char *decode,const char *encode,ExceptionInfo *exception)
1080 delegate_info=GetDelegateInfo(decode,encode,exception);
1083 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
1090 (void) ThrowMagickException(exception,GetMagickModule(),
1096 commands[0],exception);
1098 (void) ThrowMagickException(exception,GetMagickModule(),ResourceLimitError,
1158 % const char *encode,ExceptionInfo *exception)
1168 % o exception: return any errors or warnings in this structure.
1172 const char *encode,ExceptionInfo *exception)
1177 assert(exception != (ExceptionInfo *) NULL);
1178 if (IsDelegateCacheInstantiated(exception) == MagickFalse)
1242 % size_t *number_delegates,ExceptionInfo *exception)
1251 % o exception: return any errors or warnings in this structure.
1289 size_t *number_delegates,ExceptionInfo *exception)
1308 p=GetDelegateInfo("*","*",exception);
1354 % size_t *number_delegates,ExceptionInfo *exception)
1363 % o exception: return any errors or warnings in this structure.
1387 size_t *number_delegates,ExceptionInfo *exception)
1406 p=GetDelegateInfo("*","*",exception);
1517 % MagickBooleanType IsDelegateCacheInstantiated(ExceptionInfo *exception)
1521 % o exception: return any errors or warnings in this structure.
1524 static MagickBooleanType IsDelegateCacheInstantiated(ExceptionInfo *exception)
1532 delegate_cache=AcquireDelegateCache(DelegateFilename,exception);
1557 % const char *decode,const char *encode,ExceptionInfo *exception)
1565 % o exception: return any errors or warnings in this structure.
1643 Image *image,const char *decode,const char *encode,ExceptionInfo *exception)
1677 (void) ThrowMagickException(exception,GetMagickModule(),PolicyError,
1684 (void) ThrowMagickException(exception,GetMagickModule(),PolicyError,
1692 ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile",
1696 delegate_info=GetDelegateInfo(decode,encode,exception);
1701 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
1711 ThrowFileException(exception,FileOpenError,
1736 ThrowFileException(exception,FileOpenError,
1741 delegate_info->encode : delegate_info->decode,exception);
1747 (void) ThrowMagickException(exception,GetMagickModule(),
1761 exception);
1770 status=WriteImage(clone_info,p,exception);
1777 (void) ThrowMagickException(exception,GetMagickModule(),
1795 (void) ThrowMagickException(exception,GetMagickModule(),
1810 ThrowFileException(exception,FileOpenError,
1819 ThrowFileException(exception,FileOpenError,
1825 command=InterpretDelegateProperties(image_info,image,commands[i],exception);
1832 command,(char *) NULL,exception) != 0)
1863 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
1899 % MagickBooleanType ListDelegateInfo(FILE *file,ExceptionInfo *exception)
1905 % o exception: return any errors or warnings in this structure.
1909 ExceptionInfo *exception)
1932 delegate_info=GetDelegateInfoList("*",&number_delegates,exception);
1999 % ExceptionInfo *exception)
2009 % o exception: return any errors or warnings in this structure.
2014 ExceptionInfo *exception)
2085 (void) ThrowMagickException(exception,GetMagickModule(),
2105 depth+1,exception);
2134 (void) ThrowMagickException(exception,GetMagickModule(),