Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
96 % unsigned char *magick_restrict pixels,ExceptionInfo *exception)
111 % o exception: return any errors or warnings in this structure.
245 unsigned char *magick_restrict q,ExceptionInfo *exception)
253 assert(exception != (ExceptionInfo *) NULL);
254 assert(exception->signature == MagickCoreSignature);
350 unsigned char *magick_restrict q,ExceptionInfo *exception)
361 assert(exception != (ExceptionInfo *) NULL);
362 assert(exception->signature == MagickCoreSignature);
649 unsigned char *magick_restrict q,ExceptionInfo *exception)
657 assert(exception != (ExceptionInfo *) NULL);
658 assert(exception->signature == MagickCoreSignature);
893 unsigned char *magick_restrict q,ExceptionInfo *exception)
901 assert(exception != (ExceptionInfo *) NULL);
902 assert(exception->signature == MagickCoreSignature);
1137 unsigned char *magick_restrict q,ExceptionInfo *exception)
1147 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1246 unsigned char *magick_restrict q,ExceptionInfo *exception)
1254 assert(exception != (ExceptionInfo *) NULL);
1255 assert(exception->signature == MagickCoreSignature);
1351 unsigned char *magick_restrict q,ExceptionInfo *exception)
1369 assert(exception != (ExceptionInfo *) NULL);
1370 assert(exception->signature == MagickCoreSignature);
1466 unsigned char *magick_restrict q,ExceptionInfo *exception)
1473 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1611 unsigned char *magick_restrict q,ExceptionInfo *exception)
1618 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1776 unsigned char *magick_restrict q,ExceptionInfo *exception)
1783 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1941 unsigned char *magick_restrict q,ExceptionInfo *exception)
1949 assert(exception != (ExceptionInfo *) NULL);
1950 assert(exception->signature == MagickCoreSignature);
2199 unsigned char *magick_restrict q,ExceptionInfo *exception)
2207 assert(exception != (ExceptionInfo *) NULL);
2208 assert(exception->signature == MagickCoreSignature);
2405 unsigned char *magick_restrict q,ExceptionInfo *exception)
2413 assert(exception != (ExceptionInfo *) NULL);
2414 assert(exception->signature == MagickCoreSignature);
2510 unsigned char *magick_restrict q,ExceptionInfo *exception)
2520 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
2678 ExceptionInfo *exception)
2688 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
2873 unsigned char *magick_restrict q,ExceptionInfo *exception)
2881 assert(exception != (ExceptionInfo *) NULL);
2882 assert(exception->signature == MagickCoreSignature);
2978 unsigned char *magick_restrict q,ExceptionInfo *exception)
2986 assert(exception != (ExceptionInfo *) NULL);
2987 assert(exception->signature == MagickCoreSignature);
3083 unsigned char *magick_restrict q,ExceptionInfo *exception)
3094 assert(exception != (ExceptionInfo *) NULL);
3095 assert(exception->signature == MagickCoreSignature);
3382 unsigned char *magick_restrict q,ExceptionInfo *exception)
3390 assert(exception != (ExceptionInfo *) NULL);
3391 assert(exception->signature == MagickCoreSignature);
3626 unsigned char *magick_restrict q,ExceptionInfo *exception)
3634 assert(exception != (ExceptionInfo *) NULL);
3635 assert(exception->signature == MagickCoreSignature);
3871 ExceptionInfo *exception)
3969 ExportAlphaQuantum(image,quantum_info,number_pixels,p,q,exception);
3974 ExportBGRQuantum(image,quantum_info,number_pixels,p,q,exception);
3979 ExportBGRAQuantum(image,quantum_info,number_pixels,p,q,exception);
3984 ExportBGROQuantum(image,quantum_info,number_pixels,p,q,exception);
3989 ExportBlackQuantum(image,quantum_info,number_pixels,p,q,exception);
3995 ExportBlueQuantum(image,quantum_info,number_pixels,p,q,exception);
4000 ExportCMYKQuantum(image,quantum_info,number_pixels,p,q,exception);
4005 ExportCMYKAQuantum(image,quantum_info,number_pixels,p,q,exception);
4010 ExportCMYKOQuantum(image,quantum_info,number_pixels,p,q,exception);
4015 ExportCbYCrYQuantum(image,quantum_info,number_pixels,p,q,exception);
4020 ExportGrayQuantum(image,quantum_info,number_pixels,p,q,exception);
4025 ExportGrayAlphaQuantum(image,quantum_info,number_pixels,p,q,exception);
4031 ExportGreenQuantum(image,quantum_info,number_pixels,p,q,exception);
4036 ExportIndexQuantum(image,quantum_info,number_pixels,p,q,exception);
4041 ExportIndexAlphaQuantum(image,quantum_info,number_pixels,p,q,exception);
4047 ExportRedQuantum(image,quantum_info,number_pixels,p,q,exception);
4052 ExportOpacityQuantum(image,quantum_info,number_pixels,p,q,exception);
4058 ExportRGBQuantum(image,quantum_info,number_pixels,p,q,exception);
4064 ExportRGBAQuantum(image,quantum_info,number_pixels,p,q,exception);
4069 ExportRGBOQuantum(image,quantum_info,number_pixels,p,q,exception);