Searched refs:DrawError (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 67 DrawError = 460, enumerator
|
D | exception.c | 550 case DrawError: return("Draw/Error/"); in ExceptionSeverityToTag()
|
D | paint.c | 121 ThrowBinaryException(DrawError,"SegmentStackOverflow",image->filename) \ in FloodfillPaintImage()
|
D | draw.c | 98 (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/ |
D | quantum.pm.in | 42 ModuleError DrawError ImageError XServerError RegistryError
|
D | quantum.xs.in | 707 if (strEQ(name,"DrawError")) 708 return(DrawError);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 735 case MagickCore::DrawError: in createException() 918 case MagickCore::DrawError: in throwException()
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 235 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/ |
D | svg.c | 4530 ThrowWriterException(DrawError, in WriteSVGImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 708 return(DrawError); in constant()
|