Home
last modified time | relevance | path

Searched refs:DrawGetExceptionType (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.h76 DrawGetExceptionType(const DrawingWand *);
Ddrawing-wand.c1406 WandExport ExceptionType DrawGetExceptionType(const DrawingWand *wand) in DrawGetExceptionType() function
/external/ImageMagick/Magick++/lib/
DImage.cpp2786 if (DrawGetExceptionType(wand) != MagickCore::UndefinedException) in draw()
2790 if (DrawGetExceptionType(wand) == MagickCore::UndefinedException) in draw()