Searched refs:GetLocaleExceptionMessage (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
|
D | exception.c | 643 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, in GetLocaleExceptionMessage() function 1119 locale=GetLocaleExceptionMessage(severity,tag); in ThrowMagickExceptionList()
|
D | image-view.c | 414 (void) CopyMagickString(description,GetLocaleExceptionMessage( in GetImageViewException() 420 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage( in GetImageViewException()
|
D | methods.h | 468 #define GetLocaleExceptionMessage PrependMagickMethod(GetLocaleExceptionMessage) macro
|
D | widget.c | 8149 text=GetLocaleExceptionMessage(XServerError,reason); in XNoticeWidget() 8155 text=GetLocaleExceptionMessage(XServerError,description); in XNoticeWidget()
|
/external/ImageMagick/MagickWand/ |
D | magick-wand.c | 292 (void) CopyMagickString(description,GetLocaleExceptionMessage( in MagickGetException() 297 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage( in MagickGetException()
|
D | pixel-iterator.c | 555 (void) CopyMagickString(description,GetLocaleExceptionMessage( in PixelGetIteratorException() 561 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage( in PixelGetIteratorException()
|
D | wand-view.c | 430 (void) CopyMagickString(description,GetLocaleExceptionMessage( in GetWandViewException() 436 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage( in GetWandViewException()
|
D | pixel-wand.c | 887 (void) CopyMagickString(description,GetLocaleExceptionMessage( in PixelGetException() 892 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage( in PixelGetException()
|
D | drawing-wand.c | 1370 (void) CopyMagickString(description,GetLocaleExceptionMessage( in DrawGetException() 1376 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage( in DrawGetException()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 122 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \ 124 (exception)->description ? GetLocaleExceptionMessage( \
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 122 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \ 124 (exception)->description ? GetLocaleExceptionMessage( \
|