Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
256 *exception;
264 exception=AcquireExceptionInfo();
277 exception);
280 MagickTrue,exception);
354 exception=DestroyExceptionInfo(exception);
967 % const AffineMatrix *affine,ExceptionInfo *exception)
977 % o exception: return any errors or warnings in this structure.
1089 const Image *source,const AffineMatrix *affine,ExceptionInfo *exception)
1163 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
1174 source_view=AcquireVirtualCacheView(source,exception);
1175 image_view=AcquireAuthenticCacheView(image,exception);
1206 1,exception);
1219 point.x,point.y,&pixel,exception);
1227 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1253 % PolygonInfo *polygon_info,ExceptionInfo *exception)
1263 % o exception: return any errors or warnings in this structure.
1267 const PolygonInfo *polygon_info,ExceptionInfo *exception)
1294 exception);
1347 exception);
1350 exception);
1360 (void) DrawPrimitive(image,clone_info,primitive_info,exception);
1364 exception);
1374 (void) DrawPrimitive(image,clone_info,primitive_info,exception);
1395 % const char *name,ExceptionInfo *exception)
1405 % o exception: return any errors or warnings in this structure.
1409 const DrawInfo *draw_info,const char *name,ExceptionInfo *exception)
1435 clip_mask=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
1439 &clip_mask->background_color,exception);
1441 (void) SetImageBackgroundColor(clip_mask,exception);
1448 exception);
1450 status=NegateImage(clip_mask,MagickFalse,exception);
1451 (void) SetImageMask(image,ReadPixelMask,clip_mask,exception);
1453 status&=DrawImage(image,clone_info,exception);
1479 % ExceptionInfo *exception)
1489 % o exception: return any errors or warnings in this structure.
1493 const PrimitiveInfo *primitive_info,Image *image,ExceptionInfo *exception)
1603 status&=DrawStrokePolygon(image,clone_info,dash_polygon,exception);
1626 status&=DrawStrokePolygon(image,clone_info,dash_polygon,exception);
1656 % ExceptionInfo *exception)
1664 % o exception: return any errors or warnings in this structure.
1688 ExceptionInfo *exception)
1775 primitive=FileToString(draw_info->primitive+1,~0UL,exception);
1815 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
1909 &graphic_context[n]->border_color,exception);
1926 graphic_context[n]->clip_mask,exception);
2047 &graphic_context[n]->fill_pattern,exception);
2051 &graphic_context[n]->fill,exception);
2063 exception);
2064 CatchException(exception);
2304 (void) ThrowMagickException(exception,GetMagickModule(),
2314 exception);
2496 (void) ThrowMagickException(exception,GetMagickModule(),
2589 (void) ThrowMagickException(exception,GetMagickModule(),
2596 exception);
2610 &graphic_context[n]->stroke_pattern,exception);
2614 &graphic_context[n]->stroke,exception);
2627 exception);
2628 CatchException(exception);
2666 (void) ThrowMagickException(exception,GetMagickModule(),
2802 &graphic_context[n]->undercolor,exception);
2893 exception);
2943 (void) ThrowMagickException(exception,GetMagickModule(),
2999 (void) ThrowMagickException(exception,GetMagickModule(),DrawError,
3059 (void) ThrowMagickException(exception,GetMagickModule(),
3259 graphic_context[n]->clip_mask,exception);
3261 exception);
3308 % const DrawInfo *draw_info,ExceptionInfo *exception)
3316 % o exception: return any errors or warnings in this structure.
3392 const DrawInfo *draw_info,ExceptionInfo *exception)
3439 image_view=AcquireAuthenticCacheView(image,exception);
3466 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
3616 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
3640 % const char *name,Image **pattern,ExceptionInfo *exception)
3652 % o exception: return any errors or warnings in this structure.
3657 ExceptionInfo *exception)
3694 *pattern=AcquireImage(image_info,exception);
3697 &(*pattern)->background_color,exception);
3698 (void) SetImageBackgroundColor(*pattern,exception);
3711 status=DrawImage(*pattern,clone_info,exception);
3736 % ExceptionInfo *exception)
3746 % o exception: return any errors or warnings in this structure.
3970 ExceptionInfo *exception)
4016 DrawBoundingRectangles(image,draw_info,polygon_info[0],exception);
4049 image_view=AcquireAuthenticCacheView(image,exception);
4086 exception);
4098 GetFillColor(draw_info,x-start_x,y-start_y,&pixel,exception);
4103 sync=SyncCacheViewAuthenticPixels(image_view,exception);
4118 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
4153 exception);
4171 GetFillColor(draw_info,x-start_x,y-start_y,&fill_color,exception);
4175 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception);
4181 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
4208 % PrimitiveInfo *primitive_info,ExceptionInfo *exception)
4218 % o exception: return any errors or warnings in this structure.
4326 ExceptionInfo *exception)
4353 (void) SetImageColorspace(image,sRGBColorspace,exception);
4357 image_view=AcquireAuthenticCacheView(image,exception);
4363 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
4375 q=GetCacheViewAuthenticPixels(image_view,x,y,1,1,exception);
4378 GetFillColor(draw_info,x,y,&pixel,exception);
4380 (void) SyncCacheViewAuthenticPixels(image_view,exception);
4393 exception);
4401 exception);
4412 GetFillColor(draw_info,x,y,&pixel,exception);
4416 sync=SyncCacheViewAuthenticPixels(image_view,exception);
4432 &target,exception);
4442 MagickTrue,exception);
4460 exception);
4465 GetFillColor(draw_info,x,y,&pixel,exception);
4469 sync=SyncCacheViewAuthenticPixels(image_view,exception);
4491 q=GetCacheViewAuthenticPixels(image_view,x,y,1,1,exception);
4495 GetFillColor(draw_info,x,y,&pixel,exception);
4497 (void) SyncCacheViewAuthenticPixels(image_view,exception);
4510 exception);
4517 exception);
4528 GetFillColor(draw_info,x,y,&pixel,exception);
4532 sync=SyncCacheViewAuthenticPixels(image_view,exception);
4545 &target,exception);
4554 MagickTrue,exception);
4572 exception);
4577 GetFillColor(draw_info,x,y,&pixel,exception);
4581 sync=SyncCacheViewAuthenticPixels(image_view,exception);
4616 exception);
4621 composite_image=ReadImage(clone_info,exception);
4640 composite_geometry,exception);
4644 exception);
4646 (void) SetImageAlpha(composite_image,draw_info->alpha,exception);
4654 (void) ParseGravityGeometry(image,composite_geometry,&geometry,exception);
4660 (void) DrawAffineImage(image,composite_image,&affine,exception);
4663 MagickTrue,geometry.x,geometry.y,exception);
4679 q=GetCacheViewAuthenticPixels(image_view,x,y,1,1,exception);
4682 GetFillColor(draw_info,x,y,&fill_color,exception);
4685 (void) SyncCacheViewAuthenticPixels(image_view,exception);
4703 status&=AnnotateImage(image,clone_info,exception);
4731 exception);
4733 (void) DrawDashPolygon(draw_info,primitive_info,image,exception);
4758 exception);
4764 exception);
4771 exception);
4773 status&=DrawStrokePolygon(image,draw_info,primitive_info,exception);
4776 status&=DrawPolygonPrimitive(image,draw_info,primitive_info,exception);
4818 const PrimitiveInfo *primitive_info,ExceptionInfo *exception)
4834 (void) DrawPolygonPrimitive(image,draw_info,linecap,exception);
4839 ExceptionInfo *exception)
4869 MagickTrue,exception);
4877 status&=DrawPolygonPrimitive(image,clone_info,stroke_polygon,exception);
4886 DrawRoundLinecap(image,draw_info,p,exception);
4887 DrawRoundLinecap(image,draw_info,q,exception);
4964 *exception;
4977 exception=AcquireExceptionInfo();
4979 exception);
4981 exception);
5021 exception);
5038 exception);
5049 exception);
5061 exception=DestroyExceptionInfo(exception);