Searched refs:DrawError (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 67 DrawError = 460, enumerator
|
D | exception.c | 558 case DrawError: return("Draw/Error/"); in ExceptionSeverityToTag()
|
D | paint.c | 121 ThrowBinaryException(DrawError,"SegmentStackOverflow",image->filename) \ in FloodfillPaintImage()
|
D | draw.c | 2289 DrawError,"UnbalancedGraphicContextPushPop","`%s'",token); in DrawImage() 2983 (void) ThrowMagickException(exception,GetMagickModule(),DrawError, in DrawImage() 3270 ThrowBinaryException(DrawError,"NonconformingDrawingPrimitiveDefinition", in DrawImage()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 42 ModuleError DrawError ImageError XServerError RegistryError
|
D | quantum.xs.in | 695 if (strEQ(name,"DrawError")) 696 return(DrawError);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 736 case MagickCore::DrawError: in createException() 912 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() 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/ |
D | svg.c | 4063 ThrowWriterException(DrawError, in WriteSVGImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 696 return(DrawError); in constant()
|