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

1 2

  /external/ImageMagick/MagickCore/
exception-private.h 45 fatal_message=GetExceptionMessage(errno); \
59 file_message=GetExceptionMessage(errno); \
exception.h 136 *GetExceptionMessage(const int);
nt-feature.c 622 message=GetExceptionMessage(errno);
655 message=GetExceptionMessage(errno);
exception.c 475 % GetExceptionMessage() returns the error message defined by the specified
478 % The format of the GetExceptionMessage method is:
480 % char *GetExceptionMessage(const int error)
487 MagickExport char *GetExceptionMessage(const int error)
    [all...]
  /external/ImageMagick/MagickWand/
wandcli-private.h 39 { char *message=GetExceptionMessage(errno); \
conjure.c 193 GetExceptionMessage(errno));
wand-view.c 768 GetExceptionMessage(errno));
783 GetExceptionMessage(errno));
831 GetExceptionMessage(errno));
848 GetExceptionMessage(errno));
    [all...]
wandcli.c 93 GetExceptionMessage(errno));
identify.c 278 GetExceptionMessage(errno));
349 "MemoryAllocationFailed",GetExceptionMessage(errno));
    [all...]
magick-cli.c 661 GetExceptionMessage(errno));
834 "MemoryAllocationFailed","`%s'", GetExceptionMessage(errno));
composite.c 407 option == (char *) NULL ? GetExceptionMessage(errno) : option); \
493 GetExceptionMessage(errno));
    [all...]
display.c 389 GetExceptionMessage(errno));
394 GetExceptionMessage(errno));
520 GetExceptionMessage(errno));
    [all...]
pixel-wand.c 214 GetExceptionMessage(errno));
417 GetExceptionMessage(errno));
466 GetExceptionMessage(errno));
    [all...]
stream.c 258 GetExceptionMessage(errno));
compare.c 297 GetExceptionMessage(errno));
    [all...]
magick-wand.c     [all...]
pixel-iterator.c 330 GetExceptionMessage(errno));
    [all...]
montage.c 370 GetExceptionMessage(errno));
    [all...]
convert.c 59 message=GetExceptionMessage(errno); \
603 GetExceptionMessage(errno));
    [all...]
drawing-wand.c 507 "MemoryAllocationFailed",GetExceptionMessage(errno));
526 GetExceptionMessage(errno));
    [all...]
import.c 331 GetExceptionMessage(errno));
    [all...]
  /external/ImageMagick/coders/
pwp.c 260 message=GetExceptionMessage(errno);
sfw.c 341 message=GetExceptionMessage(errno);
pcx.c     [all...]
  /external/ImageMagick/www/api/
exception.php 55 <p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> &bull; <a href="exception.php#ClearMagickException">ClearMagickException</a> &bull; <a href="exception.php#CatchException">CatchException</a> &bull; <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> &bull; <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> &bull; <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> &bull; <a href="exception.php#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &bull; <a href="exception.php#InheritException">InheritException</a> &bull; <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> &bull; <a href="exception.php#MagickError">MagickError</a> &bull; <a href="exception.php#MagickFatalError">MagickFatalError</a> &bull; <a href="exception.php#MagickWarning">MagickWarning</a> &bull; <a href="exception.php#SetErrorHandler">SetErrorHandler</a> &bull; <a href="exception.php#SetFatalErrorHandler">SetFatalErrorHandler</a> &bull; <a href="exception.php#SetWarningHandler">SetWarningHandler</a> &bull; <a href="exception.php#ThrowException">ThrowException</a></p>
155 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="GetExceptionMessage">GetExceptionMessage</a></h2>
157 <p>GetExceptionMessage() returns the error message defined by the specified error code.</p>
159 <p>The format of the GetExceptionMessage method is:</p>
162 char *GetExceptionMessage(const int error)

Completed in 897 milliseconds

1 2