Home
last modified time | relevance | path

Searched refs:DrawError (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h67 DrawError = 460, enumerator
Dexception.c558 case DrawError: return("Draw/Error/"); in ExceptionSeverityToTag()
Dpaint.c121 ThrowBinaryException(DrawError,"SegmentStackOverflow",image->filename) \ in FloodfillPaintImage()
Ddraw.c2289 DrawError,"UnbalancedGraphicContextPushPop","`%s'",token); in DrawImage()
2983 (void) ThrowMagickException(exception,GetMagickModule(),DrawError, in DrawImage()
3270 ThrowBinaryException(DrawError,"NonconformingDrawingPrimitiveDefinition", in DrawImage()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in42 ModuleError DrawError ImageError XServerError RegistryError
Dquantum.xs.in695 if (strEQ(name,"DrawError"))
696 return(DrawError);
/external/ImageMagick/Magick++/lib/
DException.cpp736 case MagickCore::DrawError: in createException()
912 case MagickCore::DrawError: in throwException()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c235 ThrowDrawException(DrawError,"UnableToPrint",format) in MVGPrintf()
269 ThrowDrawException(DrawError,"UnableToPrint",format) in MVGAutoWrapPrintf()
4200 ThrowDrawException(DrawError,"AlreadyPushingPatternDefinition", in DrawPushPattern()
4910 ThrowDrawException(DrawError,"NotARelativeURL",fill_url); in DrawSetFillPatternURL()
4916 ThrowDrawException(DrawError,"URLNotFound",fill_url) in DrawSetFillPatternURL()
5352 ThrowDrawException(DrawError,"NotARelativeURL",stroke_url); in DrawSetStrokePatternURL()
5356 ThrowDrawException(DrawError,"URLNotFound",stroke_url) in DrawSetStrokePatternURL()
6818 ThrowDrawException(DrawError,"UnbalancedGraphicContextPushPop",wand->name) in PopDrawingWand()
/external/ImageMagick/coders/
Dsvg.c4063 ThrowWriterException(DrawError, in WriteSVGImage()
/external/ImageMagick/PerlMagick/
DMagick.xs696 return(DrawError); in constant()