Lines Matching refs:exception
49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
297 ExceptionInfo *exception)
327 (void) ThrowMagickException(exception,GetMagickModule(),
334 ExceptionInfo *exception)
380 q=GetAuthenticPixels(tile_image,0,y,tile_image->columns,1,exception);
408 if (SyncAuthenticPixels(tile_image,exception) == MagickFalse)
417 ExceptionInfo *exception)
456 exception);
578 if (SyncAuthenticPixels(tile_image,exception) == MagickFalse)
591 XCFLayerInfo *inLayerInfo,ExceptionInfo *exception)
668 tile_image_height,MagickTrue,exception);
674 if (load_tile(image,tile_image,inDocInfo,inLayerInfo,(size_t) (offset2-offset),exception) == 0)
679 (int) (offset2-offset),exception) == 0)
692 MagickTrue,destLeft * TILE_WIDTH,destTop*TILE_HEIGHT,exception);
717 XCFLayerInfo *inLayer, ExceptionInfo *exception)
759 if (load_level (image, inDocInfo, inLayer, exception) == 0)
768 static void InitXCFImage(XCFLayerInfo *outLayer,ExceptionInfo *exception)
775 exception);
780 ExceptionInfo *exception)
799 sizeof(outLayer->name),exception);
850 ThrowFileException(exception,CorruptImageError,
901 outLayer->image=CloneImage(image,0,0,MagickTrue,exception);
904 InitXCFImage(outLayer,exception);
909 exception);
915 (void) SetImageBackgroundColor(outLayer->image,exception);
917 InitXCFImage(outLayer,exception);
934 (void) ThrowMagickException(exception,GetMagickModule(),
936 if (load_hierarchy (image, inDocInfo, outLayer, exception) == 0)
999 % o exception: return any errors or warnings in this structure.
1002 static Image *ReadXCFImage(const ImageInfo *image_info,ExceptionInfo *exception)
1040 assert(exception != (ExceptionInfo *) NULL);
1041 assert(exception->signature == MagickCoreSignature);
1042 image=AcquireImage(image_info,exception);
1043 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
1068 status=SetImageExtent(image,image->columns,image->rows,exception);
1072 SetImageColorspace(image,sRGBColorspace,exception);
1075 SetImageColorspace(image,GRAYColorspace,exception);
1079 (void) SetImageBackgroundColor(image,exception);
1080 (void) SetImageAlpha(image,OpaqueAlpha,exception);
1101 ThrowFileException(exception,CorruptImageError,
1149 ThrowFileException(exception,CorruptImageError,
1189 ThrowFileException(exception,CorruptImageError,
1218 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
1236 sizeof(unit_string),exception);
1290 ThrowFileException(exception,CorruptImageError,
1330 &layer_info[current_layer],current_layer,exception);