OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CatchException
(Results
1 - 25
of
26
) sorted by null
1
2
/external/ImageMagick/api_examples/
magick_command.c
48
CatchException
(exception);
/external/ImageMagick/MagickWand/
magick-wand-private.h
43
CatchException
(fatal_exception); \
conjure.c
294
CatchException
(exception);
wandcli.c
255
CatchException
(cli_wand->wand.exception); /* output and clear exceptions */
display.c
507
CatchException
(exception);
[
all
...]
mogrify.c
193
CatchException
(exception);
239
CatchException
(exception);
279
CatchException
(exception);
[
all
...]
/external/ImageMagick/www/source/
core.c
35
CatchException
(exception);
/external/ImageMagick/tests/
validate.c
1065
CatchException
(exception);
[
all
...]
/external/ImageMagick/MagickCore/
exception-private.h
49
CatchException
(fatal_exception); \
exception.h
162
CatchException
(ExceptionInfo *),
xwindow-private.h
63
CatchException
(exception); \
exception.c
192
%
CatchException
() returns if no exceptions is found otherwise it reports
195
% The format of the
CatchException
method is:
197
%
CatchException
(ExceptionInfo *exception)
204
MagickExport void
CatchException
(ExceptionInfo *exception)
[
all
...]
display.c
[
all
...]
animate.c
319
CatchException
(exception);
463
CatchException
(exception);
[
all
...]
module.c
873
CatchException
(exception);
[
all
...]
methods.h
136
#define
CatchException
PrependMagickMethod(
CatchException
)
[
all
...]
annotate.c
[
all
...]
draw.c
[
all
...]
image.c
661
CatchException
(exception);
[
all
...]
/external/ImageMagick/coders/
xtrn.c
142
CatchException
(exception);
180
CatchException
(exception);
225
CatchException
(exception);
vid.c
173
CatchException
(exception);
msl.c
[
all
...]
/external/ImageMagick/www/source/core/
sigmoidal-contrast.c
46
CatchException
(exception); \
/external/ImageMagick/www/api/
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>
89
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="
CatchException
">
CatchException
</a></h2>
91
<p>
CatchException
() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
93
<p>The format of the
CatchException
method is:</p>
96
CatchException
(ExceptionInfo *exception)
/external/ImageMagick/PerlMagick/
Magick.xs
[
all
...]
Completed in 93 milliseconds
1
2