Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

63 #include "MagickCore/exception.h"
64 #include "MagickCore/exception-private.h"
1644 % returns a value other than 0 if successful. Check the exception member
1650 % Image *images,ExceptionInfo *exception)
1658 % o exception: return any errors or warnings in this structure.
1662 Image *images,ExceptionInfo *exception)
1694 (void) ThrowMagickException(exception,GetMagickModule(),XServerError,
1698 if (exception->severity != UndefinedException)
1699 CatchException(exception);
1714 (void) XDisplayImage(display,&resource_info,argv,1,&image,&state,exception);
1721 if (exception->severity != UndefinedException)
1744 % const char *window,const char *filename,ExceptionInfo *exception)
1754 % o exception: return any errors or warnings in this structure.
1758 const char *window,const char *filename,ExceptionInfo *exception)
1773 (void) ThrowMagickException(exception,GetMagickModule(),XServerError,
1801 % ExceptionInfo *exception)
1818 ExceptionInfo *exception)
1948 XScreenEvent(display,windows,&event,exception);
2321 XScreenEvent(display,windows,&event,exception);
2737 exception);
2758 XConfigureImageColormap(display,resource_info,windows,image,exception);
2759 (void) XConfigureImage(display,resource_info,windows,image,exception);
2781 % ExceptionInfo *exception)
2794 % o exception: return any errors or warnings in this structure.
2799 ExceptionInfo *exception)
2820 exception);
2828 exception);
2834 exception);
2855 % XWindows *windows,Image **image,ExceptionInfo *exception)
2868 % o exception: return any errors or warnings in this structure.
2873 ExceptionInfo *exception)
2962 XScreenEvent(display,windows,&event,exception);
3140 XScreenEvent(display,windows,&event,exception);
3224 exception);
3248 chop_image=ChopImage(*image,&chop_info,exception);
3257 XConfigureImageColormap(display,resource_info,windows,*image,exception);
3258 (void) XConfigureImage(display,resource_info,windows,*image,exception);
3281 % ExceptionInfo *exception)
3294 % o exception: return any errors or warnings in this structure.
3299 ExceptionInfo *exception)
3405 XScreenEvent(display,windows,&event,exception);
3569 image,exception);
3607 SaveToUndoBufferCommand,image,exception);
3623 XConfigureImageColormap(display,resource_info,windows,*image,exception);
3624 (void) XConfigureImage(display,resource_info,windows,*image,exception);
3740 image_view=AcquireAuthenticCacheView(*image,exception);
3749 if (SetImageStorageClass(*image,DirectClass,exception) == MagickFalse)
3752 (ssize_t) y_offset,1,1,exception);
3758 (void) SyncCacheViewAuthenticPixels(image_view,exception);
3771 x_offset,(ssize_t) y_offset,&target,exception);
3777 (*image)->columns,1,exception);
3794 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
3810 (void) SyncImage(*image,exception);
3828 y_offset,&target,exception);
3841 AllCompliance,&draw_info->fill,exception);
3844 method != FloodfillMethod ? MagickTrue : MagickFalse,exception);
3853 if (SetImageStorageClass(*image,DirectClass,exception) == MagickFalse)
3858 (*image)->columns,1,exception);
3868 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
3905 % ExceptionInfo *exception)
3918 % o exception: return any errors or warnings in this structure.
3923 ExceptionInfo *exception)
3999 composite_image=ReadImage(resource_info->image_info,exception);
4000 CatchException(exception);
4046 XScreenEvent(display,windows,&event,exception);
4305 composite_info.height,composite_image->filter,exception);
4337 (void) SetImageAlphaChannel(composite_image,OpaqueAlphaChannel,exception);
4340 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
4343 image_view=AcquireAuthenticCacheView(image,exception);
4347 exception);
4355 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
4364 composite_info.x,composite_info.y,exception);
4370 XConfigureImageColormap(display,resource_info,windows,image,exception);
4371 (void) XConfigureImage(display,resource_info,windows,image,exception);
4394 % ExceptionInfo *exception)
4407 % o exception: return any errors or warnings in this structure.
4409 % o exception: return any errors or warnings in this structure.
4414 ExceptionInfo *exception)
4466 (unsigned int) width,(unsigned int) height,exception);
4504 XMakeMagnifyImage(display,windows,exception);
4569 % const ClipboardMode mode,ExceptionInfo *exception)
4585 % o exception: return any errors or warnings in this structure.
4590 const ClipboardMode mode,ExceptionInfo *exception)
4714 XScreenEvent(display,windows,&event,exception);
4915 XScreenEvent(display,windows,&event,exception);
5011 XScreenEvent(display,windows,&event,exception);
5326 (void) XConfigureImage(display,resource_info,windows,image,exception);
5348 crop_image=CropImage(image,&crop_info,exception);
5357 (void) XConfigureImage(display,resource_info,windows,image,exception);
5363 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
5366 image_view=AcquireAuthenticCacheView(image,exception);
5370 crop_info.width,1,exception);
5378 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
5385 XConfigureImageColormap(display,resource_info,windows,image,exception);
5386 (void) XConfigureImage(display,resource_info,windows,image,exception);
5409 % ExceptionInfo *exception)
5422 % o exception: return any errors or warnings in this structure.
5427 ExceptionInfo *exception)
5522 (void) ThrowMagickException(exception,GetMagickModule(),
5563 XScreenEvent(display,windows,&event,exception);
5761 stipple_image=ReadImage(image_info,exception);
5762 CatchException(exception);
5769 (void) WriteImage(image_info,stipple_image,exception);
5820 image,exception);
6065 XScreenEvent(display,windows,&event,exception);
6147 (void) ThrowMagickException(exception,GetMagickModule(),
6174 (void) ThrowMagickException(exception,GetMagickModule(),
6272 image,exception);
6339 status=XDrawImage(display,windows->pixel_info,&draw_info,*image,exception);
6344 XConfigureImageColormap(display,resource_info,windows,*image,exception);
6345 (void) XConfigureImage(display,resource_info,windows,*image,exception);
6425 % ExceptionInfo *exception)
6441 % o exception: return any errors or warnings in this structure.
6446 ExceptionInfo *exception)
6495 exception);
6507 XConfigureImageColormap(display,resource_info,windows,*image,exception);
6508 (void) XConfigureImage(display,resource_info,windows,*image,exception);
6618 cache_image=AcquireImage((ImageInfo *) NULL,exception);
6623 cache_image->list=CloneImage(*image,0,0,MagickTrue,exception);
6673 XConfigureImageColormap(display,resource_info,windows,*image,exception);
6674 (void) XConfigureImage(display,resource_info,windows,*image,exception);
6684 XDisplayImageInfo(display,resource_info,windows,undo_image,*image,exception);
6708 % ExceptionInfo *exception)
6730 % o exception: return any errors or warnings in this structure.
6735 KeySym key_symbol,Image **image,ExceptionInfo *exception)
7074 exception);
7105 % ExceptionInfo *exception)
7121 % o exception: return any errors or warnings in this structure.
7126 ExceptionInfo *exception)
7170 XImageCache(display,resource_info,windows,command,image,exception);
7220 (void) ThrowMagickException(exception,GetMagickModule(),FileOpenError,
7230 status=XSaveImage(display,resource_info,windows,*image,exception);
7237 exception->reason != (char *) NULL ? exception->reason : "",
7238 exception->description != (char *) NULL ? exception->description :
7250 status=XPrintImage(display,resource_info,windows,*image,exception);
7257 exception->reason != (char *) NULL ? exception->reason : "",
7258 exception->description != (char *) NULL ? exception->description :
7311 nexus=ReadImage(image_info,exception);
7312 CatchException(exception);
7322 nexus=XVisualDirectoryImage(display,resource_info,windows,exception);
7354 (void) XCropImage(display,resource_info,windows,*image,CutMode,exception);
7363 exception);
7371 status=XPasteImage(display,resource_info,windows,*image,exception);
7387 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7397 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7407 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7441 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7464 exception);
7470 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7471 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7476 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7501 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7502 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7511 exception);
7519 status=XChopImage(display,resource_info,windows,image,exception);
7538 flop_image=FlopImage(*image,exception);
7544 CatchException(exception);
7560 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7573 flip_image=FlipImage(*image,exception);
7579 CatchException(exception);
7595 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7603 status=XRotateImage(display,resource_info,windows,90.0,image,exception);
7617 status=XRotateImage(display,resource_info,windows,-90.0,image,exception);
7631 status=XRotateImage(display,resource_info,windows,0.0,image,exception);
7662 exception);
7666 &(*image)->background_color,exception);
7671 exception);
7677 CatchException(exception);
7683 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7684 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7706 exception);
7710 exception);
7712 exception);
7718 CatchException(exception);
7724 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7725 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7745 status=XTrimImage(display,resource_info,windows,*image,exception);
7774 (void) ModulateImage(*image,modulate_factors,exception);
7778 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7779 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7802 (void) ModulateImage(*image,modulate_factors,exception);
7806 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7807 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7829 (void) ModulateImage(*image,modulate_factors,exception);
7833 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7834 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7854 (void) GammaImage(*image,strtod(factor,(char **) NULL),exception);
7858 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7859 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7869 (void) ContrastImage(*image,MagickTrue,exception);
7873 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7874 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7884 (void) ContrastImage(*image,MagickFalse,exception);
7888 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7889 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7923 exception);
7927 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7928 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7960 geometry_info.sigma,exception);
7964 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7965 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7975 (void) NormalizeImage(*image,exception);
7979 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7980 (void) XConfigureImage(display,resource_info,windows,*image,exception);
7990 (void) EqualizeImage(*image,exception);
7994 XConfigureImageColormap(display,resource_info,windows,*image,exception);
7995 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8005 (void) NegateImage(*image,MagickFalse,exception);
8009 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8010 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8021 GrayscaleType : GrayscaleAlphaType,exception);
8025 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8026 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8049 affinity_image=ReadImage(image_info,exception);
8052 (void) RemapImage(&quantize_info,*image,affinity_image,exception);
8055 CatchException(exception);
8059 exception);
8060 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8086 (void) QuantizeImage(&quantize_info,*image,exception);
8090 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8091 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8104 despeckle_image=DespeckleImage(*image,exception);
8110 CatchException(exception);
8114 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8115 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8142 exception);
8148 CatchException(exception);
8152 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8153 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8178 geometry_info.rho,(size_t) geometry_info.rho,exception);
8184 CatchException(exception);
8188 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8189 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8218 MagickNoiseOptions,MagickFalse,noise_type),1.0,exception);
8224 CatchException(exception);
8228 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8229 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8254 exception);
8260 CatchException(exception);
8264 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8265 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8290 exception);
8296 CatchException(exception);
8300 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8301 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8325 (void) BilevelImage(*image,threshold,exception);
8329 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8330 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8354 edge_image=EdgeImage(*image,geometry_info.rho,exception);
8360 CatchException(exception);
8364 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8365 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8389 spread_image=EdgeImage(*image,geometry_info.rho,exception);
8395 CatchException(exception);
8399 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8400 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8430 geometry_info.rho,geometry_info.sigma,exception);
8436 CatchException(exception);
8440 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8441 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8459 exception);
8463 exception);
8464 (void) RaiseImage(*image,&page_geometry,MagickTrue,exception);
8468 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8469 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8493 geometry_info.sigma,exception);
8497 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8498 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8525 sepia_image=SepiaToneImage(*image,threshold,exception);
8531 CatchException(exception);
8535 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8536 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8560 (void) SolarizeImage(*image,threshold,exception);
8564 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8565 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8590 exception);
8596 CatchException(exception);
8600 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8601 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8626 exception);
8632 CatchException(exception);
8636 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8637 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8669 exception);
8675 CatchException(exception);
8679 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8680 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8707 (*image)->interpolate,exception);
8713 CatchException(exception);
8717 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8718 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8743 exception);
8749 CatchException(exception);
8753 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8754 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8776 exception);
8783 exception);
8789 CatchException(exception);
8793 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8794 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8802 status=XAnnotateEditImage(display,resource_info,windows,*image,exception);
8816 status=XDrawEditImage(display,resource_info,windows,image,exception);
8830 status=XColorEditImage(display,resource_info,windows,image,exception);
8844 status=XMatteEditImage(display,resource_info,windows,image,exception);
8859 exception);
8890 exception);
8894 exception);
8896 exception);
8898 exception);
8904 CatchException(exception);
8910 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8911 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8939 exception);
8943 exception);
8945 exception);
8954 frame_image=FrameImage(*image,&frame_info,(*image)->compose,exception);
8960 CatchException(exception);
8966 XConfigureImageColormap(display,resource_info,windows,*image,exception);
8967 (void) XConfigureImage(display,resource_info,windows,*image,exception);
8988 value=GetImageProperty(*image,"comment",exception);
9011 exception);
9020 comment=FileToString(image_info->filename,~0UL,exception);
9023 (void) SetImageProperty(*image,"comment",comment,exception);
9041 status=WriteImage(image_info,*image,exception);
9047 nexus=ReadImage(resource_info->image_info,exception);
9048 CatchException(exception);
9061 (void) XROIImage(display,resource_info,windows,image,exception);
9120 (void) SetImageProperty(*image,"group",value,exception);
9122 (void) SetImageProperty(*image,"label","Preview",exception);
9123 exception);
9129 status=WriteImage(image_info,preview_image,exception);
9154 (void) SetImageProperty(*image,"group",value,exception);
9156 (void) SetImageProperty(*image,"label","Histogram",exception);
9160 status=WriteImage(image_info,*image,exception);
9162 histogram_image=ReadImage(image_info,exception);
9168 status=WriteImage(image_info,histogram_image,exception);
9198 (void) SetImageProperty(*image,"group",value,exception);
9200 (void) SetImageProperty(*image,"label","Matte",exception);
9204 status=WriteImage(image_info,*image,exception);
9206 matte_image=ReadImage(image_info,exception);
9212 status=WriteImage(image_info,matte_image,exception);
9226 status=XBackgroundImage(display,resource_info,windows,image,exception);
9229 nexus=CloneImage(*image,0,0,MagickTrue,exception);
9260 nexus=CloneImage(*image,0,0,MagickTrue,exception);
9312 exception);
9356 % ExceptionInfo *exception)
9368 % o exception: return any errors or warnings in this structure.
9372 ExceptionInfo *exception)
9420 XScreenEvent(display,windows,event,exception);
9485 % ExceptionInfo *exception)
9499 % o exception: return any errors or warnings in this structure.
9503 const MagickStatusType state,const KeySym key_symbol,ExceptionInfo *exception)
9588 XMakeMagnifyImage(display,windows,exception);
9609 % XWindows *windows,Image *image,ExceptionInfo *exception)
9622 % o exception: return any errors or warnings in this structure.
9626 XWindows *windows,Image *image,ExceptionInfo *exception)
9639 windows->pan.width,windows->pan.height,exception);
9670 % ExceptionInfo *exception)
9683 % o exception: return any errors or warnings in this structure.
9688 ExceptionInfo *exception)
9791 XScreenEvent(display,windows,&event,exception);
9947 image,exception);
9986 SaveToUndoBufferCommand,image,exception);
10002 XConfigureImageColormap(display,resource_info,windows,*image,exception);
10003 (void) XConfigureImage(display,resource_info,windows,*image,exception);
10122 if (SetImageStorageClass(*image,DirectClass,exception) == MagickFalse)
10125 (void) SetImageAlphaChannel(*image,OpaqueAlphaChannel,exception);
10126 image_view=AcquireAuthenticCacheView(*image,exception);
10136 (ssize_t) y_offset,1,1,exception);
10140 (void) SyncCacheViewAuthenticPixels(image_view,exception);
10153 x_offset,(ssize_t) y_offset,&target,exception);
10157 (*image)->columns,1,exception);
10167 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
10189 exception);
10206 method != FloodfillMethod ? MagickTrue : MagickFalse,exception);
10216 if (SetImageStorageClass(*image,DirectClass,exception) == MagickFalse)
10221 (*image)->columns,1,exception);
10229 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
10287 *exception;
10350 exception=AcquireExceptionInfo();
10351 (void) SetImageInfo(image_info,0,exception);
10367 magick_info=GetMagickInfo(image_info->magick,exception);
10390 nexus=ReadImage(image_info,exception);
10391 CatchException(exception);
10405 text=FileToString(filename,~0UL,exception);
10427 exception=DestroyExceptionInfo(exception);
10449 % ExceptionInfo *exception)
10461 % o exception: return any errors or warnings in this structure.
10465 ExceptionInfo *exception)
10594 XScreenEvent(display,windows,event,exception);
10623 % ExceptionInfo *exception)
10636 % o exception: return any errors or warnings in this structure.
10641 ExceptionInfo *exception)
10700 paste_image=CloneImage(resource_info->copy_image,0,0,MagickTrue,exception);
10743 XScreenEvent(display,windows,&event,exception);
10965 paste_info.y,exception);
10971 XConfigureImageColormap(display,resource_info,windows,image,exception);
10972 (void) XConfigureImage(display,resource_info,windows,image,exception);
10994 % ExceptionInfo *exception)
11007 % o exception: return any errors or warnings in this structure.
11012 ExceptionInfo *exception)
11044 print_image=CloneImage(image,0,0,MagickTrue,exception);
11050 exception);
11057 status=WriteImage(image_info,print_image,exception);
11083 % ExceptionInfo *exception)
11096 % o exception: return any errors or warnings in this structure.
11101 ExceptionInfo *exception)
11386 XScreenEvent(display,windows,&event,exception);
11550 XScreenEvent(display,windows,&event,exception);
11658 image,exception);
11686 roi_image=CropImage(*image,&crop_info,exception);
11696 &roi_image,exception);
11700 SaveToUndoBufferCommand,image,exception);
11703 MagickTrue,crop_info.x,crop_info.y,exception);
11713 exception);
11715 exception);
11725 XScreenEvent(display,windows,&event,exception);
11931 event.xkey.state,key_symbol,image,exception);
12035 % Image **image,ExceptionInfo *exception)
12050 % o exception: return any errors or warnings in this structure.
12055 ExceptionInfo *exception)
12150 XScreenEvent(display,windows,&event,exception);
12368 XScreenEvent(display,windows,&event,exception);
12439 exception);
12448 rotate_image=RotateImage(*image,degrees,exception);
12516 XConfigureImageColormap(display,resource_info,windows,*image,exception);
12527 (void) XConfigureImage(display,resource_info,windows,*image,exception);
12549 % ExceptionInfo *exception)
12562 % o exception: return any errors or warnings in this structure.
12567 ExceptionInfo *exception)
12602 (void) ThrowMagickException(exception,GetMagickModule(),
12623 (void) SetImageInfo(image_info,1,exception);
12671 save_image=CloneImage(image,0,0,MagickTrue,exception);
12677 exception);
12682 status=WriteImage(image_info,save_image,exception);
12709 % ExceptionInfo *exception)
12720 % o exception: return any errors or warnings in this structure.
12745 ExceptionInfo *exception)
12776 XPanImage(display,windows,event,exception);
12801 XMakeMagnifyImage(display,windows,exception);
12859 XMakeMagnifyImage(display,windows,exception);
12880 XMakeMagnifyImage(display,windows,exception);
12901 exception);
12942 XMakeMagnifyImage(display,windows,exception);
13073 % XWindows *windows,Image *image,XEvent *event,ExceptionInfo *exception)
13092 % o exception: return any errors or warnings in this structure.
13096 XWindows *windows,Image *image,XEvent *event,ExceptionInfo *exception)
13226 tile_image=ReadImage(resource_info->image_info,exception);
13227 CatchException(exception);
13310 image_view=AcquireAuthenticCacheView(image,exception);
13311 (void) GetOneCacheViewVirtualPixelInfo(image_view,0,0,&pixel,exception);
13315 y_offset+i,width,1,exception);
13323 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
13331 XConfigureImageColormap(display,resource_info,windows,image,exception);
13332 (void) XConfigureImage(display,resource_info,windows,image,exception);
13481 % ExceptionInfo *exception)
13494 % o exception: return any errors or warnings in this structure.
13499 ExceptionInfo *exception)
13597 (void) XConfigureImage(display,resource_info,windows,image,exception);
13621 % ExceptionInfo *exception)
13632 % o exception: return any errors or warnings in this structure.
13636 XResourceInfo *resource_info,XWindows *windows,ExceptionInfo *exception)
13732 next_image=ReadImage(read_info,exception);
13733 CatchException(exception);
13738 read_info,next_image,DefaultTileLabel,exception),exception);
13740 exception);
13742 geometry.height,exception);
13751 next_image,exception);
13784 images),exception);
13813 % XResourceInfo *resource_info,Image *image,ExceptionInfo *exception)
13824 % o exception: return any errors or warnings in this structure.
13828 XResourceInfo *resource_info,Image *image,ExceptionInfo *exception)
13943 exception);
13983 window_info.height,exception);
14095 % ExceptionInfo *exception)
14114 % o exception: return any errors or warnings in this structure.
14118 char **argv,int argc,Image **image,size_t *state,ExceptionInfo *exception)
14584 (void) ThrowMagickException(exception,GetMagickModule(),FileOpenError,
14656 map_info,pixel,exception);
14753 resource_info->title,exception);
15087 width,height,exception);
15092 windows->magnify.width,windows->magnify.height,exception);
15102 (void) XConfigureImage(display,resource_info,windows,display_image,exception);
15157 nexus=ReadImage(resource_info->image_info,exception);
15210 &display_image,exception);
15251 VirtualCommands[entry],&display_image,exception);
15274 &display_image,exception);
15275 XMagnifyImage(display,windows,&event,exception);
15289 VirtualCommands[entry],&display_image,exception);
15298 display_image,&event,exception);
15312 ShortCutsCommands[entry],&display_image,exception);
15374 exception);
15399 XPanImage(display,windows,&event,exception);
15548 nexus=ReadImage(resource_info->image_info,exception);
15549 CatchException(exception);
15577 display_image,exception);
15677 display_image,exception);
15727 exception);
15728 XMakeMagnifyImage(display,windows,exception);
15805 XMakeMagnifyImage(display,windows,exception);
15838 event.xkey.state,key_symbol,&display_image,exception);
15841 &display_image,exception);
15845 exception);
15914 XMakeMagnifyImage(display,windows,exception);
15923 exception);
15942 display_image,icon_map,icon_pixel,exception);
15945 exception);
16019 nexus=ReadImage(resource_info->image_info,exception);
16020 CatchException(exception);
16067 display_image,exception);
16107 &display_image,exception);
16127 &display_image,exception);
16201 (void) ThrowMagickException(exception,GetMagickModule(),FileOpenError,
16222 % returns a value other than 0 if successful. Check the exception member
16228 % Image *images,ExceptionInfo *exception)
16236 % o exception: return any errors or warnings in this structure.
16240 Image *image,ExceptionInfo *exception)
16249 (void) ThrowMagickException(exception,GetMagickModule(),MissingDelegateError,
16272 % const char *window,const char *filename,ExceptionInfo *exception)
16282 % o exception: return any errors or warnings in this structure.
16286 const char *window,const char *filename,ExceptionInfo *exception)
16293 (void) ThrowMagickException(exception,GetMagickModule(),MissingDelegateError,