Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

61 #include "MagickCore/exception.h"
62 #include "MagickCore/exception-private.h"
104 % const MagickBooleanType rotate,ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
118 const MagickBooleanType rotate,ExceptionInfo *exception)
174 crop_image=CropImage(*image,&geometry,exception);
212 % ExceptionInfo *exception)
220 % o exception: return any errors or warnings in this structure.
334 const double threshold,size_t *projection,ExceptionInfo *exception)
362 exception);
364 exception);
388 image_view=AcquireVirtualCacheView(image,exception);
411 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
468 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
509 ExceptionInfo *exception)
530 image_view=AcquireVirtualCacheView(image,exception);
541 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
570 ExceptionInfo *exception)
612 status=RadonTransform(image,threshold,projection,exception);
636 clone_image=CloneImage(image,0,0,MagickTrue,exception);
647 exception);
657 deskew_image=AffineTransformImage(clone_image,&affine_matrix,exception);
665 exception);
666 deskew_image=AffineTransformImage(clone_image,&affine_matrix,exception);
670 median_image=StatisticImage(deskew_image,MedianStatistic,3,3,exception);
676 geometry=GetImageBoundingBox(median_image,exception);
682 crop_image=CropImage(deskew_image,&geometry,exception);
706 % ExceptionInfo *exception)
716 ExceptionInfo *exception)
743 return(CloneImage(image,0,0,MagickTrue,exception));
746 exception);
749 exception);
757 image_view=AcquireVirtualCacheView(image,exception);
758 rotate_view=AcquireAuthenticCacheView(rotate_image,exception);
812 exception);
830 exception);
862 sync=SyncCacheViewAuthenticPixels(rotate_view,exception);
917 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
919 1),image->columns,1,exception);
950 sync=SyncCacheViewAuthenticPixels(rotate_view,exception);
1026 exception);
1043 rotate_image->rows-(tile_x+width)),height,1,exception);
1078 sync=SyncCacheViewAuthenticPixels(rotate_view,exception);
1136 % const ssize_t x_offset,const ssize_t y_offset,ExceptionInfo *exception)
1148 % o exception: return any errors or warnings in this structure.
1153 const ssize_t y_offset,ExceptionInfo *exception)
1188 image_view=AcquireAuthenticCacheView(image,exception);
1220 exception);
1312 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1353 % const ssize_t x_offset,const ssize_t y_offset,ExceptionInfo *exception)
1365 % o exception: return any errors or warnings in this structure.
1370 const ssize_t y_offset,ExceptionInfo *exception)
1405 image_view=AcquireAuthenticCacheView(image,exception);
1437 exception);
1531 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1579 % const double y_shear,ExceptionInfo *exception)
1587 % o exception: return any errors or warnings in this structure.
1591 const double y_shear,ExceptionInfo *exception)
1611 assert(exception != (ExceptionInfo *) NULL);
1612 assert(exception->signature == MagickCoreSignature);
1620 integral_image=CloneImage(image,0,0,MagickTrue,exception);
1627 if (SetImageStorageClass(integral_image,DirectClass,exception) == MagickFalse)
1633 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception);
1649 shear_image=BorderImage(integral_image,&border_info,image->compose,exception);
1657 (void) SetImageAlphaChannel(shear_image,OpaqueAlphaChannel,exception);
1659 (ssize_t) (shear_image->rows-image->rows)/2,exception);
1666 (shear_image->columns-bounds.width)/2,bounds.y,exception);
1673 image->columns,(MagickRealType) image->rows,MagickFalse,exception);
1712 % ExceptionInfo *exception)
1720 % o exception: return any errors or warnings in this structure.
1724 ExceptionInfo *exception)
1756 assert(exception != (ExceptionInfo *) NULL);
1757 assert(exception->signature == MagickCoreSignature);
1767 integral_image=IntegralRotateImage(image,rotations,exception);
1774 if (SetImageStorageClass(integral_image,DirectClass,exception) == MagickFalse)
1780 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception);
1801 exception);
1809 (rotate_image->rows-height)/2,exception);
1816 (rotate_image->columns-bounds.width)/2,bounds.y,exception);
1824 bounds.height)/2,exception);
1831 (MagickRealType) height,MagickTrue,exception);