Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
121 % ExceptionInfo *exception)
127 % o exception: return any errors or warnings in this structure.
329 get_page_image(LoadContext *lc, ddjvu_page_t *page, int x, int y, int w, int h, ExceptionInfo *exception ) {
371 /* fixme: ThrowReaderException is a macro, which uses `exception' variable */
402 Quantum * o = QueueAuthenticPixels(image,0,y,image->columns,1,exception);
420 if (SyncAuthenticPixels(image,exception) == MagickFalse)
424 SyncImage(image,exception);
444 r = QueueAuthenticPixels(image,0,i,image->columns,1,exception);
455 (void) SyncAuthenticPixels(image,exception);
525 ,q,&lc->image->exception);
552 % ExceptionInfo *exception)
560 % o exception: return any errors or warnings in this structure.
565 const ImageInfo *image_info,ExceptionInfo *exception)
654 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
666 status=SetImageExtent(image,image->columns,image->rows,exception);
678 get_page_image(lc, lc->page, 0, 0, info.width, info.height, exception);
698 SyncImage(image,exception);
718 if (AcquireImageColormap(image,2,exception) == MagickFalse)
743 ExceptionInfo *exception)
778 assert(exception != (ExceptionInfo *) NULL);
779 assert(exception->signature == MagickCoreSignature);
785 image = AcquireImage(image_info,exception); /* mmc: ?? */
789 status = OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
870 image=ReadOneDJVUImage(lc,i,image_info,exception);
874 AppendImageToList(&images,CloneImageList(image,exception));