Lines Matching refs:exception
53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
88 % ExceptionInfo *exception)
97 % o exception: return any errors or warnings in this structure.
101 const RectangleInfo *geometry,ExceptionInfo *exception)
140 assert(exception != (ExceptionInfo *) NULL);
141 assert(exception->signature == MagickCoreSignature);
184 SetImageColorspace(image,sRGBColorspace,exception);
194 p=GetVirtualPixels(image,page.x,page.y+y,page.width,1,exception);
286 ExceptionInfo *exception)
547 (void) ThrowMagickException(exception,GetMagickModule(),
571 % HBITMAP ImageToHBITMAP(Image *image,Exceptioninfo *exception)
578 MagickExport void *ImageToHBITMAP(Image *image,ExceptionInfo *exception)
623 (void) ThrowMagickException(exception,GetMagickModule(),
632 (void) SetImageColorspace(image,sRGBColorspace,exception);
635 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
656 (void) ThrowMagickException(exception,GetMagickModule(),