HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionType (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/ImageMagick/MagickCore/
exception.h 99 } ExceptionType;
103 ExceptionType
127 (*ErrorHandler)(const ExceptionType,const char *,const char *);
130 (*FatalErrorHandler)(const ExceptionType,const char *,const char *);
133 (*WarningHandler)(const ExceptionType,const char *,const char *);
139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
156 const size_t,const ExceptionType,const char *,const char *,va_list),
158 const ExceptionType,const char *,const char *,...)
165 MagickError(const ExceptionType,const char *,const char *)
    [all...]
exception.c 66 DefaultErrorHandler(const ExceptionType,const char *,const char *),
67 DefaultFatalErrorHandler(const ExceptionType,const char *,const char *),
68 DefaultWarningHandler(const ExceptionType,const char *,const char *);
296 % void MagickError(const ExceptionType severity,const char *reason,
309 static void DefaultErrorHandler(const ExceptionType magick_unused(severity),
340 % void MagickFatalError(const ExceptionType severity,const char *reason,
352 static void DefaultFatalErrorHandler(const ExceptionType severity,
382 % void DefaultWarningHandler(const ExceptionType severity,
395 static void DefaultWarningHandler(const ExceptionType magick_unused(severity),
523 % const char *GetLocaleExceptionMessage(const ExceptionType severity
    [all...]
image-view.h 38 *GetImageViewException(const ImageView *,ExceptionType *);
nt-base.h 319 NTErrorHandler(const ExceptionType,const char *,const char *),
321 NTWarningHandler(const ExceptionType,const char *,const char *);
  /external/ImageMagick/MagickWand/
pixel-iterator.h 32 *PixelGetIteratorException(const PixelIterator *,ExceptionType *);
34 extern WandExport ExceptionType
wandcli.h 38 const ExceptionType,const char *,const char *,...)
MagickWand.h 100 *MagickGetException(const MagickWand *,ExceptionType *);
102 extern WandExport ExceptionType
pixel-wand.h 31 *PixelGetException(const PixelWand *,ExceptionType *);
45 extern WandExport ExceptionType
wand-view.h 38 *GetWandViewException(const WandView *,ExceptionType *);
drawing-wand.h 36 *DrawGetException(const DrawingWand *,ExceptionType *),
75 extern WandExport ExceptionType
  /external/ImageMagick/www/source/
wand.c 12 ExceptionType \
contrast.c 16 ExceptionType \
  /external/ImageMagick/MagickWand/tests/
add_first.c 12 ExceptionType
add_index.c 12 ExceptionType
add_last.c 12 ExceptionType
add_norm.c 12 ExceptionType
add_first_lists.c 12 ExceptionType
add_last_lists.c 12 ExceptionType
add_mixed.c 12 ExceptionType
add_mixed_lists.c 12 ExceptionType
add_norm_lists.c 12 ExceptionType
loop_over_lists.c 15 ExceptionType
  /external/ImageMagick/api_examples/
wand.c 33 ExceptionType
  /external/ImageMagick/www/source/core/
sigmoidal-contrast.c 56 ExceptionType \
  /external/ImageMagick/www/source/wand/
sigmoidal-contrast.c 59 ExceptionType

Completed in 276 milliseconds

1 2 3