Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
455 % ExceptionInfo *exception)
468 % o exception: return any errors or warnings in this structure.
473 ExceptionInfo *exception)
553 annotate_image=AcquireImage((ImageInfo *) NULL,exception);
567 (ssize_t) y,&annotate_image->background_color,exception);
570 annotate_view=AcquireAuthenticCacheView(annotate_image,exception);
580 annotate_image->columns,1,exception);
617 if (SyncCacheViewAuthenticPixels(annotate_view,exception) == MagickFalse)
638 exception);
654 rotate_image=RotateImage(annotate_image,annotate_info->degrees,exception);
707 CopyCompositeOp,MagickTrue,(ssize_t) x,(ssize_t) y,exception);
1689 % ExceptionInfo *exception)
1702 % o exception: return any errors or warnings in this structure.
1707 ExceptionInfo *exception)
1718 windows->map_info,windows->pixel_info,exception);
1946 % Image *image,ExceptionInfo *exception)
1961 % o exception: return any errors or warnings in this structure.
1966 Image *image,ExceptionInfo *exception)
2066 (void) IdentifyImage(image,file,MagickTrue,exception);
2068 text=FileToString(filename,~0UL,exception);
2116 % void XDitherImage(Image *image,XImage *ximage,ExceptionInfo *exception)
2125 % o exception: return any errors or warnings in this structure.
2128 static void XDitherImage(Image *image,XImage *ximage,ExceptionInfo *exception)
2234 image_view=AcquireVirtualCacheView(image,exception);
2238 exception);
2293 % XDrawInfo *draw_info,Image *image,ExceptionInfo *exception)
2306 % o exception: return any errors or warnings in this structure.
2311 ExceptionInfo *exception)
2474 draw_image=AcquireImage((ImageInfo *) NULL,exception);
2488 (ssize_t) y,&draw_image->background_color,exception);
2489 if (SetImageStorageClass(draw_image,DirectClass,exception) == MagickFalse)
2492 draw_view=AcquireAuthenticCacheView(draw_image,exception);
2502 1,exception);
2532 if (SyncCacheViewAuthenticPixels(draw_view,exception) == MagickFalse)
2553 exception);
2569 rotate_image=RotateImage(draw_image,draw_info->degrees,exception);
2618 draw_view=AcquireAuthenticCacheView(draw_image,exception);
2628 exception);
2637 if (SyncCacheViewAuthenticPixels(draw_view,exception) == MagickFalse)
2644 (ssize_t) x,(ssize_t) y,exception);
2649 (ssize_t) x,(ssize_t) y,exception);
3863 % char *name,ExceptionInfo *exception)
3875 % o exception: return any errors or warnings in this structure.
3879 XWindows *windows,char *name,ExceptionInfo *exception)
3961 exception);
3987 % ExceptionInfo *exception)
4005 % o exception: return any errors or warnings in this structure.
4009 const unsigned int borders,const unsigned int level,ExceptionInfo *exception)
4191 exception);
4361 composite_image=AcquireImage((ImageInfo *) NULL,exception);
4375 composite_view=AcquireAuthenticCacheView(composite_image,exception);
4425 composite_image->columns,1,exception);
4442 status=SyncCacheViewAuthenticPixels(composite_view,exception);
4450 composite_image->columns,1,exception);
4473 status=SyncCacheViewAuthenticPixels(composite_view,exception);
4485 exception);
4507 composite_image->columns,1,exception);
4518 status=SyncCacheViewAuthenticPixels(composite_view,exception);
4544 (ssize_t) x_offset,(ssize_t) y_offset,exception);
4891 % ExceptionInfo *exception)
4899 % o exception: return any errors or warnings in this structure.
4903 XImportInfo *ximage_info,ExceptionInfo *exception)
4952 Set our forgiving exception handler.
5094 ximage_info->descend ? 1U : 0U,exception);
5112 clone_image=CloneImage(image,0,0,MagickTrue,exception);
5115 crop_image=CropImage(clone_image,&crop_info,exception);
5451 % unsigned int width,unsigned int height,ExceptionInfo *exception)
5470 % o exception: return any errors or warnings in this structure.
5475 unsigned int width,unsigned int height,ExceptionInfo *exception)
5525 &crop_info,exception);
5526 crop_image=CropImage(window->image,&crop_info,exception);
5549 image->filter,exception);
5554 exception);
5557 exception);
5820 matte_image,exception);
5823 matte_image,exception);
5885 % ExceptionInfo *exception)
5901 % o exception: return any errors or warnings in this structure.
5906 ExceptionInfo *exception)
5966 pattern=ReadImage(image_info,exception);
5970 canvas=CloneImage(image,0,0,MagickTrue,exception);
5973 0,0,exception);
5983 canvas_view=AcquireVirtualCacheView(canvas,exception);
6010 exception);
6051 canvas->columns,1,exception);
6103 canvas->columns,1,exception);
6141 XDitherImage(canvas,ximage,exception);
6147 canvas->columns,1,exception);
6175 canvas->columns,1,exception);
6208 canvas->columns,1,exception);
6260 canvas->columns,1,exception);
6299 XDitherImage(canvas,ximage,exception);
6305 canvas->columns,1,exception);
6331 canvas->columns,1,exception);
6375 canvas->columns,1,exception);
6422 canvas->columns,1,exception);
6452 exception);
6502 % ExceptionInfo *exception)
6518 % o exception: return any errors or warnings in this structure.
6523 ExceptionInfo *exception)
6584 pattern=ReadImage(image_info,exception);
6588 canvas=CloneImage(image,0,0,MagickTrue,exception);
6591 0,0,exception);
6601 canvas_view=AcquireVirtualCacheView(canvas,exception);
6628 exception);
6669 canvas->columns,1,exception);
6722 canvas->columns,1,exception);
6761 XDitherImage(canvas,ximage,exception);
6767 canvas->columns,1,exception);
6798 canvas->columns,1,exception);
6833 canvas->columns,1,exception);
6886 canvas->columns,1,exception);
6925 XDitherImage(canvas,ximage,exception);
6931 canvas->columns,1,exception);
6957 canvas->columns,1,exception);
7001 canvas->columns,1,exception);
7051 canvas->columns,1,exception);
7083 exception);
7129 % ExceptionInfo *exception)
7138 % o exception: return any errors or warnings in this structure.
7142 ExceptionInfo *exception)
7536 (ssize_t) windows->magnify.x,(ssize_t) windows->magnify.y,&pixel,exception);
7567 exception);
7694 % XPixelInfo *pixel,ExceptionInfo *exception)
7713 % o exception: return any errors or warnings in this structure.
7770 XStandardColormap *map_info,XPixelInfo *pixel,ExceptionInfo *exception)
7823 affinity_image=AcquireImage((ImageInfo *) NULL,exception);
7833 1,exception);
7855 (void) SyncAuthenticPixels(affinity_image,exception);
7857 affinity_image,exception);
7861 (void) SetImageStorageClass(image,DirectClass,exception);
7892 (void) QuantizeImage(&quantize_info,image,exception);
8025 image_view=AcquireAuthenticCacheView(image,exception);
8035 image->columns,1,exception);
9018 % const PointInfo *offset,TypeMetric *metrics,ExceptionInfo *exception)
9030 % o exception: return any errors or warnings in this structure.
9035 ExceptionInfo *exception)
9209 status=XAnnotateImage(display,&pixel,&annotate_info,image,exception);
9986 % ExceptionInfo *exception)
9994 % o exception: return any errors or warnings in this structure.
9998 XImportInfo *ximage_info,ExceptionInfo *exception)
10006 assert(exception != (ExceptionInfo *) NULL);
10007 assert(exception->signature == MagickCoreSignature);
10029 % const PointInfo *offset,TypeMetric *metrics,ExceptionInfo *exception)
10041 % o exception: return any errors or warnings in this structure.
10046 ExceptionInfo *exception)
10051 (void) ThrowMagickException(exception,GetMagickModule(),