OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MagickWarning
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
exception.h
167
MagickWarning
(const ExceptionType,const char *,const char *);
exception.c
225
MagickWarning
(p->severity,p->reason,p->description);
795
%
MagickWarning
() calls the warning handler methods with a warning reason.
797
% The format of the
MagickWarning
method is:
799
% void
MagickWarning
(const ExceptionType warning,const char *reason,
811
MagickExport void
MagickWarning
(const ExceptionType warning,const char *reason,
[
all
...]
methods.h
19
egrep -v '(MagickError)|(MagickFatalError)|(
MagickWarning
)|(ThrowException)' | \
[
all
...]
/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>
314
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="
MagickWarning
">
MagickWarning
</a></h2>
316
<p>
MagickWarning
() calls the warning handler methods with a warning reason.</p>
318
<p>The format of the
MagickWarning
method is:</p>
321
void
MagickWarning
(const ExceptionType warning,const char *reason,
Completed in 491 milliseconds