Searched refs:GetLocaleExceptionMessage (Results 1 - 12 of 12) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | exception.h | 139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
|
H A D | exception.c | 518 % GetLocaleExceptionMessage() converts a enumerated exception severity and tag 521 % The format of the GetLocaleExceptionMessage method is: 523 % const char *GetLocaleExceptionMessage(const ExceptionType severity, 606 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, 1059 locale=GetLocaleExceptionMessage(severity,tag); 592 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, function
|
H A D | image-view.c | 422 (void) CopyMagickString(description,GetLocaleExceptionMessage( 428 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
|
H A D | methods.h | 470 #define GetLocaleExceptionMessage PrependMagickMethod(GetLocaleExceptionMessage) macro
|
H A D | widget.c | 8174 text=GetLocaleExceptionMessage(XServerError,reason); 8180 text=GetLocaleExceptionMessage(XServerError,description);
|
/external/ImageMagick/www/api/ |
H A D | exception.php | 55 <p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> • <a href="exception.php#ClearMagickException">ClearMagickException</a> • <a href="exception.php#CatchException">CatchException</a> • <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> • <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> • <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> • <a href="exception.php#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> • <a href="exception.php#InheritException">InheritException</a> • <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> • <a href="exception.php#MagickError">MagickError</a> • <a href="exception.php#MagickFatalError">MagickFatalError</a> • <a href="exception.php#MagickWarning">MagickWarning</a> • <a href="exception.php#SetErrorHandler">SetErrorHandler</a> • <a href="exception.php#SetFatalErrorHandler">SetFatalErrorHandler</a> • <a href="exception.php#SetWarningHandler">SetWarningHandler</a> • <a href="exception.php#ThrowException">ThrowException</a></p> 177 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="GetLocaleExceptionMessage">GetLocaleExceptionMessage</a></h2> 179 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p> 181 <p>The format of the GetLocaleExceptionMessage method is:</p> 184 const char *GetLocaleExceptionMessage(const ExceptionType severity,
|
/external/ImageMagick/MagickWand/ |
H A D | magick-wand.c | 302 (void) CopyMagickString(description,GetLocaleExceptionMessage( 307 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
|
H A D | pixel-iterator.c | 575 (void) CopyMagickString(description,GetLocaleExceptionMessage( 580 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
|
H A D | wand-view.c | 438 (void) CopyMagickString(description,GetLocaleExceptionMessage( 444 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
|
H A D | pixel-wand.c | 924 (void) CopyMagickString(description,GetLocaleExceptionMessage( 929 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
|
/external/ImageMagick/PerlMagick/ |
H A D | Magick.xs | 124 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \ 126 (exception)->description ? GetLocaleExceptionMessage( \
|
/external/ImageMagick/PerlMagick/quantum/ |
H A D | quantum.xs.in | 124 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \ 126 (exception)->description ? GetLocaleExceptionMessage( \
|
Completed in 299 milliseconds