Lines Matching refs:exception
56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
101 % It always succeeds but may return a warning or informational exception.
106 % ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
116 ExceptionInfo *exception)
121 cache_view=AcquireVirtualCacheView(image,exception);
139 % It always succeeds but may return a warning or informational exception.
144 % ExceptionInfo *exception)
150 % o exception: return any errors or warnings in this structure.
154 ExceptionInfo *exception)
159 magick_unreferenced(exception);
294 % const size_t rows,ExceptionInfo *exception)
303 % o exception: return any errors or warnings in this structure.
308 ExceptionInfo *exception)
320 cache_view->nexus_info[id],exception);
655 % const size_t columns,const size_t rows,ExceptionInfo *exception)
664 % o exception: return any errors or warnings in this structure.
669 const size_t columns,const size_t rows,ExceptionInfo *exception)
682 cache_view->nexus_info[id],exception);
705 % Quantum *pixel,ExceptionInfo *exception)
715 % o exception: return any errors or warnings in this structure.
720 ExceptionInfo *exception)
736 cache_view->nexus_info[id],exception);
778 % Quantum *pixel,ExceptionInfo *exception)
788 % o exception: return any errors or warnings in this structure.
793 ExceptionInfo *exception)
810 exception);
852 % PixelInfo *pixel,ExceptionInfo *exception)
862 % o exception: return any errors or warnings in this structure.
867 ExceptionInfo *exception)
881 exception);
910 % const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
922 % o exception: return any errors or warnings in this structure.
927 const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
943 cache_view->nexus_info[id],exception);
986 % const size_t rows,ExceptionInfo *exception)
995 % o exception: return any errors or warnings in this structure.
1000 ExceptionInfo *exception)
1012 MagickFalse,cache_view->nexus_info[id],exception);
1034 % const ClassType storage_class,ExceptionInfo *exception)
1042 % o exception: return any errors or warnings in this structure.
1046 const ClassType storage_class,ExceptionInfo *exception)
1053 return(SetImageStorageClass(cache_view->image,storage_class,exception));
1115 % ExceptionInfo *exception)
1121 % o exception: return any errors or warnings in this structure.
1125 CacheView *magick_restrict cache_view,ExceptionInfo *exception)
1137 cache_view->nexus_info[id],exception);