Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
117 % const double upper_percent,ExceptionInfo *exception)
131 % o exception: return any errors or warnings in this structure.
161 const double lower_threshold,ExceptionInfo *exception)
176 q=GetCacheViewAuthenticPixels(edge_view,x,y,1,1,exception);
180 status=SyncCacheViewAuthenticPixels(edge_view,exception);
213 exception);
223 status=SyncCacheViewAuthenticPixels(edge_view,exception);
241 ExceptionInfo *exception)
282 assert(exception != (ExceptionInfo *) NULL);
283 assert(exception->signature == MagickCoreSignature);
289 kernel_info=AcquireKernelInfo(geometry,exception);
292 edge_image=ConvolveImage(image, kernel_info, exception);
296 if (SetImageColorspace(edge_image,GRAYColorspace,exception) == MagickFalse)
301 (void) SetImageAlphaChannel(edge_image,OffAlphaChannel,exception);
306 sizeof(CannyInfo),exception);
313 edge_view=AcquireVirtualCacheView(edge_image,exception);
329 exception);
425 edge_view=AcquireAuthenticCacheView(edge_image,exception);
441 exception);
512 if (SyncCacheViewAuthenticPixels(edge_view,exception) == MagickFalse)
524 edge_view=AcquireAuthenticCacheView(edge_image,exception);
543 p=GetCacheViewVirtualPixels(edge_view,x,y,1,1,exception);
552 exception);
596 % channel_features=GetImageFeatures(image,1,exception);
604 % const size_t distance,ExceptionInfo *exception)
612 % o exception: return any errors or warnings in this structure.
626 const size_t distance,ExceptionInfo *exception)
695 (void) ThrowMagickException(exception,GetMagickModule(),
708 image_view=AcquireVirtualCacheView(image,exception);
723 p=GetCacheViewVirtualPixels(image_view,0,r,image->columns,1,exception);
826 (void) ThrowMagickException(exception,GetMagickModule(),
875 (void) ThrowMagickException(exception,GetMagickModule(),
883 image_view=AcquireVirtualCacheView(image,exception);
900 2*distance,distance+2,exception);
1007 (void) ThrowMagickException(exception,GetMagickModule(),
1743 % const size_t height,const size_t threshold,ExceptionInfo *exception)
1753 % o exception: return any errors or warnings in this structure.
1768 const size_t rows,ExceptionInfo *exception)
1784 image=AcquireImage(image_info,exception);
1785 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
1800 status=SetImageExtent(image,image->columns,image->rows,exception);
1803 if (SetImageBackgroundColor(image,exception) == MagickFalse)
1812 draw_info->primitive=FileToString(image->filename,~0UL,exception);
1824 (void) DrawImage(image,draw_info,exception);
1831 const size_t height,const size_t threshold,ExceptionInfo *exception)
1884 assert(exception != (ExceptionInfo *) NULL);
1885 assert(exception->signature == MagickCoreSignature);
1891 sizeof(double),exception);
1906 image_view=AcquireVirtualCacheView(image,exception);
1917 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
2091 lines_image=RenderHoughLines(image_info,image->columns,image->rows,exception);
2099 accumulator_image=MatrixToImage(accumulator,exception);
2140 % ExceptionInfo *exception)
2150 % o exception: return any errors or warnings in this structure.
2154 const size_t height,const double color_distance,ExceptionInfo *exception)
2180 assert(exception != (ExceptionInfo *) NULL);
2181 assert(exception->signature == MagickCoreSignature);
2182 mean_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
2185 if (SetImageStorageClass(mean_image,DirectClass,exception) == MagickFalse)
2192 image_view=AcquireVirtualCacheView(image,exception);
2193 pixel_view=AcquireVirtualCacheView(image,exception);
2194 mean_view=AcquireAuthenticCacheView(mean_image,exception);
2212 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
2214 exception);
2273 mean_location.y+v),&pixel,exception);
2317 if (SyncCacheViewAuthenticPixels(mean_view,exception) == MagickFalse)