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.c550 case DrawError: return("Draw/Error/"); in ExceptionSeverityToTag()
Dpaint.c121 ThrowBinaryException(DrawError,"SegmentStackOverflow",image->filename) \ in FloodfillPaintImage()
Ddraw.c98 (void) ThrowMagickException(exception,GetMagickModule(),DrawError, \
2480 ThrowBinaryException(DrawError,"VectorGraphicsNestedTooDeeply", in RenderMVGContent()
3173 DrawError,"UnbalancedGraphicContextPushPop","`%s'",token); in RenderMVGContent()
3980 (void) ThrowMagickException(exception,GetMagickModule(),DrawError, in RenderMVGContent()
4030 (void) ThrowMagickException(exception,GetMagickModule(),DrawError, in RenderMVGContent()
4364 ThrowBinaryException(DrawError,"NonconformingDrawingPrimitiveDefinition", in RenderMVGContent()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in42 ModuleError DrawError ImageError XServerError RegistryError
Dquantum.xs.in707 if (strEQ(name,"DrawError"))
708 return(DrawError);
/external/ImageMagick/Magick++/lib/
DException.cpp735 case MagickCore::DrawError: in createException()
918 case MagickCore::DrawError: in throwException()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c235 ThrowDrawException(DrawError,"UnableToPrint",format) in MVGPrintf()
269 ThrowDrawException(DrawError,"UnableToPrint",format) in MVGAutoWrapPrintf()
4278 ThrowDrawException(DrawError,"AlreadyPushingPatternDefinition", in DrawPushPattern()
4992 ThrowDrawException(DrawError,"NotARelativeURL",fill_url); in DrawSetFillPatternURL()
4998 ThrowDrawException(DrawError,"URLNotFound",fill_url) in DrawSetFillPatternURL()
5434 ThrowDrawException(DrawError,"NotARelativeURL",stroke_url); in DrawSetStrokePatternURL()
5438 ThrowDrawException(DrawError,"URLNotFound",stroke_url) in DrawSetStrokePatternURL()
6909 ThrowDrawException(DrawError,"UnbalancedGraphicContextPushPop",wand->name) in PopDrawingWand()
/external/ImageMagick/coders/
Dsvg.c4530 ThrowWriterException(DrawError, in WriteSVGImage()
/external/ImageMagick/PerlMagick/
DMagick.xs708 return(DrawError); in constant()