Searched defs:exception (Results 276 - 300 of 660) sorted by relevance

<<11121314151617181920>>

/external/ImageMagick/MagickCore/
H A Dconfigure.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
147 % ExceptionInfo *exception)
153 % o exception: return any errors or warnings in this structure.
157 ExceptionInfo *exception)
183 options=GetConfigureOptions(filename,exception);
188 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
210 (void) ThrowMagickException(exception,GetMagickModule(),
222 (void) ThrowMagickException(exception,GetMagickModule(),
360 % ExceptionInfo *exception)
150 AcquireConfigureCache(const char *filename, ExceptionInfo *exception) argument
362 GetConfigureInfo(const char *name, ExceptionInfo *exception) argument
446 GetConfigureInfoList(const char *pattern, size_t *number_options,ExceptionInfo *exception) argument
540 GetConfigureList(const char *pattern, size_t *number_options,ExceptionInfo *exception) argument
614 *exception; local
655 GetConfigureOptions(const char *filename, ExceptionInfo *exception) argument
747 GetConfigurePaths(const char *filename, ExceptionInfo *exception) argument
1015 IsConfigureCacheInstantiated(ExceptionInfo *exception) argument
1053 ListConfigureInfo(FILE *file, ExceptionInfo *exception) argument
1145 LoadConfigureCache(LinkedListInfo *cache, const char *xml,const char *filename,const size_t depth, ExceptionInfo *exception) argument
[all...]
H A Dconstitute.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
102 % image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&exception);
108 % ExceptionInfo *exception)
131 % o exception: return any errors or warnings in this structure.
136 ExceptionInfo *exception)
150 assert(exception != (ExceptionInfo *) NULL);
151 assert(exception->signature == MagickCoreSignature);
152 image=AcquireImage((ImageInfo *) NULL,exception);
159 (void) SetImageBackgroundColor(image,exception);
132 ConstituteImage(const size_t columns,const size_t rows, const char *map,const StorageType storage,const void *pixels, ExceptionInfo *exception) argument
209 PingImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
264 PingImages(ImageInfo *image_info,const char *filename, ExceptionInfo *exception) argument
289 (int) image_info->scene,ping_filename,exception); local
317 (int) scene,read_info->filename,exception); local
357 ReadImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
787 ReadImages(ImageInfo *image_info,const char *filename, ExceptionInfo *exception) argument
814 (int) read_info->scene,read_filename,exception); local
842 (int) scene,read_info->filename,exception); local
886 ReadInlineImage(const ImageInfo *image_info, const char *content,ExceptionInfo *exception) argument
958 WriteImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
1234 WriteImages(const ImageInfo *image_info, Image *images,const char *filename,ExceptionInfo *exception) argument
[all...]
H A Ddecorate.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
93 % const CompositeOperator compose,ExceptionInfo *exception)
103 % o exception: return any errors or warnings in this structure. argument
108 ExceptionInfo *exception)
128 clone_image=CloneImage(image,0,0,MagickTrue,exception);
132 border_image=FrameImage(clone_image,&frame_info,compose,exception);
160 % const CompositeOperator compose,ExceptionInfo *exception)
170 % o exception: return any errors or warnings in this structure.
174 const CompositeOperator compose,ExceptionInfo *exception)
169 FrameImage(const Image *image,const FrameInfo *frame_info, const CompositeOperator compose,ExceptionInfo *exception) argument
644 RaiseImage(Image *image, const RectangleInfo *raise_info,const MagickBooleanType raise, ExceptionInfo *exception) argument
[all...]
H A Dexception.c46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
115 *exception;
117 exception=(ExceptionInfo *) AcquireMagickMemory(sizeof(*exception));
118 if (exception == (ExceptionInfo *) NULL)
120 InitializeExceptionInfo(exception);
121 exception->relinquish=MagickTrue;
122 return(exception);
137 % ClearMagickException() clears any exception tha
110 *exception; local
144 DestroyExceptionElement(void *exception) argument
158 ClearMagickException(ExceptionInfo *exception) argument
197 CatchException(ExceptionInfo *exception) argument
258 CloneExceptionInfo(ExceptionInfo *exception) argument
420 DestroyExceptionInfo(ExceptionInfo *exception) argument
477 exception[MagickPathExtent]; local
636 InheritException(ExceptionInfo *exception, const ExceptionInfo *relative) argument
684 InitializeExceptionInfo(ExceptionInfo *exception) argument
929 ThrowException(ExceptionInfo *exception, const ExceptionType severity,const char *reason,const char *description) argument
1010 ThrowMagickExceptionList( ExceptionInfo *exception,const char *module,const char *function, const size_t line,const ExceptionType severity,const char *tag, const char *format,va_list operands) argument
1061 ThrowMagickException(ExceptionInfo *exception, const char *module,const char *function,const size_t line, const ExceptionType severity,const char *tag,const char *format,...) argument
[all...]
H A Dgeometry.c46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
724 % AffineMatrix *affine_matrix,ExceptionInfo *exception)
732 % o exception: return any errors or warnings in this structure.
736 AffineMatrix *affine_matrix,ExceptionInfo *exception)
800 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1178 % RectangeInfo *region_info,ExceptionInfo *exception)
1187 % o exception: return any errors or warnings in this structure.
1191 const char *geometry,RectangleInfo *region_info,ExceptionInfo *exception)
1208 (void) ThrowMagickException(exception,GetMagickModul
727 ParseAffineGeometry(const char *geometry, AffineMatrix *affine_matrix,ExceptionInfo *exception) argument
1180 ParseGravityGeometry(const Image *image, const char *geometry,RectangleInfo *region_info,ExceptionInfo *exception) argument
1463 ParsePageGeometry(const Image *image, const char *geometry,RectangleInfo *region_info,ExceptionInfo *exception) argument
1532 ParseRegionGeometry(const Image *image, const char *geometry,RectangleInfo *region_info,ExceptionInfo *exception) argument
[all...]
H A Dimage-view.c51 #include "MagickCore/exception-private.h"
74 *exception;
120 clone_view->exception=AcquireExceptionInfo();
121 InheritException(clone_view->exception,image_view->exception);
157 image_view->exception=DestroyExceptionInfo(image_view->exception);
244 destination->exception);
272 source->extent.width,1,source->exception);
279 duplex->extent.width,1,duplex->exception);
72 *exception; member in struct:_ImageView
716 NewImageView(Image *image,ExceptionInfo *exception) argument
770 NewImageViewRegion(Image *image,const ssize_t x, const ssize_t y,const size_t width,const size_t height, ExceptionInfo *exception) argument
[all...]
H A Dlist.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
119 % Image *CloneImageList(const Image *images,ExceptionInfo *exception)
125 % o exception: return any errors or warnings in this structure. argument
128 MagickExport Image *CloneImageList(const Image *images,ExceptionInfo *exception)
145 clone=CloneImage(images,0,0,MagickTrue,exception);
191 % ExceptionInfo *exception)
200 % o exception: return any errors or warnings in this structure.
204 ExceptionInfo *exception)
232 assert(exception !
199 CloneImages(const Image *images,const char *scenes, ExceptionInfo *exception) argument
337 DeleteImages(Image **images,const char *scenes, ExceptionInfo *exception) argument
490 DuplicateImages(Image *images, const size_t number_duplicates,const char *scenes,ExceptionInfo *exception) argument
825 ImageListToArray(const Image *images, ExceptionInfo *exception) argument
[all...]
H A Dmagic.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
243 % ExceptionInfo *exception)
249 % o exception: return any errors or warnings in this structure.
268 ExceptionInfo *exception)
298 options=GetConfigureOptions(filename,exception);
304 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
325 (void) ThrowMagickException(exception,GetMagickModule(),
341 (void) ThrowMagickException(exception,GetMagickModule(),
365 % const size_t length,ExceptionInfo *exception)
261 AcquireMagicCache(const char *filename, ExceptionInfo *exception) argument
370 GetMagicInfo(const unsigned char *magic, const size_t length,ExceptionInfo *exception) argument
428 GetMagicPatternExtent(ExceptionInfo *exception) argument
509 GetMagicInfoList(const char *pattern, size_t *number_aliases,ExceptionInfo *exception) argument
604 GetMagicList(const char *pattern,size_t *number_aliases, ExceptionInfo *exception) argument
700 IsMagicCacheInstantiated(ExceptionInfo *exception) argument
738 ListMagicInfo(FILE *file, ExceptionInfo *exception) argument
831 LoadMagicCache(LinkedListInfo *cache,const char *xml, const char *filename,const size_t depth,ExceptionInfo *exception) argument
[all...]
H A Dmatrix.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
113 % const size_t stride,ExceptionInfo *exception)
123 % o exception: return any errors or warnings in this structure.
204 const size_t rows,const size_t stride,ExceptionInfo *exception)
233 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
264 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
877 % ExceptionInfo *exception)
883 % o exception: return any errors or warnings in this structure.
887 ExceptionInfo *exception)
200 AcquireMatrixInfo(const size_t columns, const size_t rows,const size_t stride,ExceptionInfo *exception) argument
875 MatrixToImage(const MatrixInfo *matrix_info, ExceptionInfo *exception) argument
[all...]
H A Dmime.c46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
154 % ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 ExceptionInfo *exception)
184 options=GetConfigureOptions(filename,exception);
189 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
196 status&=LoadMimeCache(cache,MimeMap,"built-in",0,exception);
219 % ExceptionInfo *exception)
231 % o exception
157 AcquireMimeCache(const char *filename, ExceptionInfo *exception) argument
227 GetMimeInfo(const char *filename, const unsigned char *magic,const size_t length,ExceptionInfo *exception) argument
443 GetMimeInfoList(const char *pattern, size_t *number_aliases,ExceptionInfo *exception) argument
538 GetMimeList(const char *pattern, size_t *number_aliases,ExceptionInfo *exception) argument
664 IsMimeCacheInstantiated(ExceptionInfo *exception) argument
702 ListMimeInfo(FILE *file,ExceptionInfo *exception) argument
792 LoadMimeCache(LinkedListInfo *cache,const char *xml, const char *filename,const size_t depth,ExceptionInfo *exception) argument
1007 *exception; local
[all...]
H A Dnt-feature.c53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
88 % ExceptionInfo *exception)
97 % o exception: return any errors or warnings in this structure.
101 const RectangleInfo *geometry,ExceptionInfo *exception)
140 assert(exception != (ExceptionInfo *) NULL);
141 assert(exception->signature == MagickCoreSignature);
184 SetImageColorspace(image,sRGBColorspace,exception);
194 p=GetVirtualPixels(image,page.x,page.y+y,page.width,1,exception);
286 ExceptionInfo *exception)
98 CropImageToHBITMAP(Image *image, const RectangleInfo *geometry,ExceptionInfo *exception) argument
281 NTAcquireTypeCache(SplayTreeInfo *type_cache, ExceptionInfo *exception) argument
573 ImageToHBITMAP(Image *image,ExceptionInfo *exception) argument
[all...]
H A Dpolicy.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
160 % ExceptionInfo *exception)
166 % o exception: return any errors or warnings in this structure.
170 ExceptionInfo *exception)
196 options=GetConfigureOptions(filename,exception);
201 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
222 (void) ThrowMagickException(exception,GetMagickModule(),
237 (void) ThrowMagickException(exception,GetMagickModule(),
260 % PolicyInfo *GetPolicyInfo(const char *name,ExceptionInfo *exception)
163 AcquirePolicyCache(const char *filename, ExceptionInfo *exception) argument
262 GetPolicyInfo(const char *name,ExceptionInfo *exception) argument
340 GetPolicyInfoList(const char *pattern, size_t *number_policies,ExceptionInfo *exception) argument
412 GetPolicyList(const char *pattern, size_t *number_policies,ExceptionInfo *exception) argument
488 *exception; local
526 IsPolicyCacheInstantiated(ExceptionInfo *exception) argument
575 *exception; local
641 ListPolicyInfo(FILE *file, ExceptionInfo *exception) argument
740 LoadPolicyCache(LinkedListInfo *cache,const char *xml, const char *filename,const size_t depth,ExceptionInfo *exception) argument
[all...]
H A Dquantum-export.c53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
96 % unsigned char *magick_restrict pixels,ExceptionInfo *exception)
111 % o exception: return any errors or warnings in this structure.
245 unsigned char *magick_restrict q,ExceptionInfo *exception)
253 assert(exception != (ExceptionInfo *) NULL);
254 assert(exception->signature == MagickCoreSignature);
350 unsigned char *magick_restrict q,ExceptionInfo *exception)
361 assert(exception != (ExceptionInfo *) NULL);
362 assert(exception
241 ExportAlphaQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
346 ExportBGRQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
645 ExportBGRAQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
889 ExportBGROQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
1133 ExportBlackQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
1242 ExportBlueQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
1347 ExportCbYCrYQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
1462 ExportCMYKQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
1607 ExportCMYKAQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
1772 ExportCMYKOQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
1937 ExportGrayQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
2195 ExportGrayAlphaQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
2401 ExportGreenQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
2506 ExportIndexQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
2673 ExportIndexAlphaQuantum(const Image *image, QuantumInfo *quantum_info,const MagickSizeType number_pixels, const Quantum *magick_restrict p,unsigned char *magick_restrict q, ExceptionInfo *exception) argument
2869 ExportOpacityQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
2974 ExportRedQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
3079 ExportRGBQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
3378 ExportRGBAQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
3622 ExportRGBOQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const Quantum *magick_restrict p, unsigned char *magick_restrict q,ExceptionInfo *exception) argument
3866 ExportQuantumPixels(const Image *image, CacheView *image_view,QuantumInfo *quantum_info, const QuantumType quantum_type,unsigned char *magick_restrict pixels, ExceptionInfo *exception) argument
[all...]
H A Dquantum-import.c53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
97 % const unsigned char *magick_restrict pixels,ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
1154 Quantum *magick_restrict q,ExceptionInfo *exception)
1167 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1486 Quantum *magick_restrict q,ExceptionInfo *exception)
1499 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1651 Quantum *magick_restrict q,ExceptionInfo *exception)
1664 (void) ThrowMagickException(exception,GetMagickModul
1150 ImportBlackQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const unsigned char *magick_restrict p, Quantum *magick_restrict q,ExceptionInfo *exception) argument
1482 ImportCMYKQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const unsigned char *magick_restrict p, Quantum *magick_restrict q,ExceptionInfo *exception) argument
1647 ImportCMYKAQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const unsigned char *magick_restrict p, Quantum *magick_restrict q,ExceptionInfo *exception) argument
1828 ImportCMYKOQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const unsigned char *magick_restrict p, Quantum *magick_restrict q,ExceptionInfo *exception) argument
2652 ImportIndexQuantum(const Image *image,QuantumInfo *quantum_info, const MagickSizeType number_pixels,const unsigned char *magick_restrict p, Quantum *magick_restrict q,ExceptionInfo *exception) argument
2861 ImportIndexAlphaQuantum(const Image *image, QuantumInfo *quantum_info,const MagickSizeType number_pixels, const unsigned char *magick_restrict p,Quantum *magick_restrict q, ExceptionInfo *exception) argument
4092 ImportQuantumPixels(const Image *image, CacheView *image_view,QuantumInfo *quantum_info, const QuantumType quantum_type,const unsigned char *magick_restrict pixels, ExceptionInfo *exception) argument
[all...]
H A Dquantum.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
524 % QuantumType GetQuantumType(Image *image,ExceptionInfo *exception)
530 % o exception: return any errors or warnings in this structure.
533 MagickExport QuantumType GetQuantumType(Image *image,ExceptionInfo *exception)
542 (void) exception;
520 GetQuantumType(Image *image,ExceptionInfo *exception) argument
H A Dresample.c49 #include "MagickCore/exception-private.h"
102 *exception;
185 % resample_filter=AcquireResampleFilter(image,exception);
200 % ExceptionInfo *exception)
206 % o exception: return any errors or warnings in this structure.
210 ExceptionInfo *exception)
219 assert(exception != (ExceptionInfo *) NULL);
220 assert(exception->signature == MagickCoreSignature);
226 resample_filter->exception=exception;
101 *exception; member in struct:_ResampleFilter
207 AcquireResampleFilter(const Image *image, ExceptionInfo *exception) argument
316 ResamplePixelColor( ResampleFilter *resample_filter,const double u0,const double v0, PixelInfo *pixel,ExceptionInfo *exception) argument
[all...]
H A Dstream.c52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
100 *exception;
150 % ExceptionInfo *exception)
156 % o exception: return any errors or warnings in this structure.
160 ExceptionInfo *exception)
175 stream_info->stream=AcquireImage(image_info,exception);
356 % ExceptionInfo *exception)
365 % o exception: return any errors or warnings in this structure.
370 ExceptionInfo *exception)
98 *exception; member in struct:_StreamInfo
155 AcquireStreamInfo(const ImageInfo *image_info, ExceptionInfo *exception) argument
360 GetAuthenticPixelsStream(Image *image,const ssize_t x, const ssize_t y,const size_t columns,const size_t rows, ExceptionInfo *exception) argument
443 GetOneAuthenticPixelFromStream(Image *image, const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception) argument
506 GetOneVirtualPixelFromStream(const Image *image, const VirtualPixelMethod virtual_pixel_method,const ssize_t x,const ssize_t y, Quantum *pixel,ExceptionInfo *exception) argument
680 AcquireStreamPixels(CacheInfo *cache_info, ExceptionInfo *exception) argument
704 GetVirtualPixelStream(const Image *image, const VirtualPixelMethod magick_unused(virtual_pixel_method),const ssize_t x, const ssize_t y,const size_t columns,const size_t rows, ExceptionInfo *exception) argument
808 OpenStream(const ImageInfo *image_info, StreamInfo *stream_info,const char *filename,ExceptionInfo *exception) argument
850 QueueAuthenticPixelsStream(Image *image,const ssize_t x, const ssize_t y,const size_t columns,const size_t rows, ExceptionInfo *exception) argument
971 ReadStream(const ImageInfo *image_info,StreamHandler stream, ExceptionInfo *exception) argument
1239 StreamImage(const ImageInfo *image_info, StreamInfo *stream_info,ExceptionInfo *exception) argument
1299 StreamImagePixels(const StreamInfo *stream_info, const Image *image,ExceptionInfo *exception) argument
2680 SyncAuthenticPixelsStream(Image *image, ExceptionInfo *exception) argument
2737 WriteStream(const ImageInfo *image_info, Image *image,StreamHandler stream,ExceptionInfo *exception) argument
[all...]
H A Dtoken.c45 #include "MagickCore/exception.h"
46 #include "MagickCore/exception-private.h"
357 *exception;
367 exception=AcquireExceptionInfo();
368 (void) SetImageInfo(image_info,0,exception);
369 exception=DestroyExceptionInfo(exception);
351 *exception; local
H A Dvision.c53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
108 % ExceptionInfo *exception)
118 % o exception: return any errors or warnings in this structure.
134 const size_t connectivity,CCObjectInfo **objects,ExceptionInfo *exception)
186 assert(exception != (ExceptionInfo *) NULL);
187 assert(exception->signature == MagickCoreSignature);
191 exception);
195 if (AcquireImageColormap(component_image,MaxColormapSize,exception) == MagickFalse)
209 equivalences=AcquireMatrixInfo(size,1,sizeof(ssize_t),exception);
131 ConnectedComponentsImage(const Image *image, const size_t connectivity,CCObjectInfo **objects,ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/MagickWand/
H A Danimate.c79 % char **argv,char **metadata,ExceptionInfo *exception)
91 % o exception: return any errors or warnings in this structure.
232 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception)
251 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
258 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
311 assert(exception != (ExceptionInfo *) NULL);
441 images=PingImages(image_info,filename,exception);
443 images=ReadImages(image_info,filename,exception);
445 (exception->severity < ErrorException);
575 clone_images=CloneImages(clone_images,"-1",exception);
229 AnimateImageCommand(ImageInfo *image_info, int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception) argument
[all...]
H A Dcompare.c69 % char **argv,char **metadata,ExceptionInfo *exception)
81 % o exception: return any errors or warnings in this structure.
178 int argc,char **argv,char **metadata,ExceptionInfo *exception)
196 if (exception->severity < (asperity)) \
197 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag, \
204 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
261 assert(exception != (ExceptionInfo *) NULL);
330 images=ReadImages(image_info,filename,exception);
332 (exception->severity < ErrorException);
683 argv+j,exception);
175 CompareImagesCommand(ImageInfo *image_info, int argc,char **argv,char **metadata,ExceptionInfo *exception) argument
[all...]
H A Ddisplay.c80 % char **argv,char **metadata,ExceptionInfo *exception)
92 % o exception: return any errors or warnings in this structure.
267 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception)
289 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
296 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
358 assert(exception != (ExceptionInfo *) NULL);
506 images=ReadImage(image_info,exception);
507 CatchException(exception);
509 (exception->severity < ErrorException);
517 image_list=CloneImageList(image,exception);
264 DisplayImageCommand(ImageInfo *image_info, int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception) argument
[all...]
H A Didentify.c79 % char **argv,char **metadata,ExceptionInfo *exception)
91 % o exception: return any errors or warnings in this structure.
190 int argc,char **argv,char **metadata,ExceptionInfo *exception)
201 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
208 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
249 assert(exception != (ExceptionInfo *) NULL);
321 images=PingImages(identify_info,filename,exception);
323 images=ReadImages(identify_info,filename,exception);
326 (exception->severity < ErrorException);
338 (void) IdentifyImage(image,stdout,image_info->verbose,exception);
187 IdentifyImageCommand(ImageInfo *image_info, int argc,char **argv,char **metadata,ExceptionInfo *exception) argument
[all...]
H A Dimport.c80 % char **argv,char **metadata,ExceptionInfo *exception)
92 % o exception: return any errors or warnings in this structure.
216 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception)
236 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
243 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
300 assert(exception != (ExceptionInfo *) NULL);
459 images=XImportImage(image_info,&ximage_info,exception);
461 (exception->severity < ErrorException);
957 argv+j,exception);
1289 status&=WriteImages(image_info,image,filename,exception);
213 ImportImageCommand(ImageInfo *image_info, int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception) argument
[all...]
H A Dmagick-wand.c90 ClearMagickException(wand->exception);
134 clone_wand->exception=AcquireExceptionInfo();
135 InheritException(clone_wand->exception,wand->exception);
137 clone_wand->images=CloneImageList(wand->images,clone_wand->exception);
179 if (wand->exception != (ExceptionInfo *) NULL )
180 wand->exception=DestroyExceptionInfo(wand->exception);
250 ClearMagickException(wand->exception);
291 *severity=wand->exception
409 *exception; local
460 *exception; local
713 *exception; local
754 *exception; local
[all...]

Completed in 2829 milliseconds

<<11121314151617181920>>