Lines Matching refs:DrawingWand
160 MVGPrintf(DrawingWand *,const char *,...) wand_attribute((format
162 MVGAutoWrapPrintf(DrawingWand *,const char *,...) wand_attribute((format
166 MVGAppendColor(DrawingWand *,const PixelInfo *);
171 static int MVGPrintf(DrawingWand *wand,const char *format,...) in MVGPrintf()
176 assert(wand != (DrawingWand *) NULL); in MVGPrintf()
250 static int MVGAutoWrapPrintf(DrawingWand *wand,const char *format,...) in MVGAutoWrapPrintf()
280 static void MVGAppendColor(DrawingWand *wand,const PixelInfo *packet) in MVGAppendColor()
306 static void MVGAppendPointsCommand(DrawingWand *wand,const char *command, in MVGAppendPointsCommand()
324 static void AdjustAffine(DrawingWand *wand,const AffineMatrix *affine) in AdjustAffine()
326 assert(wand != (DrawingWand *) NULL); in AdjustAffine()
373 WandExport DrawingWand *AcquireDrawingWand(const DrawInfo *draw_info, in AcquireDrawingWand()
376 DrawingWand in AcquireDrawingWand()
416 WandExport void ClearDrawingWand(DrawingWand *wand) in ClearDrawingWand()
418 assert(wand != (DrawingWand *) NULL); in ClearDrawingWand()
486 WandExport DrawingWand *CloneDrawingWand(const DrawingWand *wand) in CloneDrawingWand()
488 DrawingWand in CloneDrawingWand()
494 assert(wand != (DrawingWand *) NULL); in CloneDrawingWand()
498 clone_wand=(DrawingWand *) AcquireMagickMemory(sizeof(*clone_wand)); in CloneDrawingWand()
499 if (clone_wand == (DrawingWand *) NULL) in CloneDrawingWand()
564 WandExport DrawingWand *DestroyDrawingWand(DrawingWand *wand) in DestroyDrawingWand()
566 assert(wand != (DrawingWand *) NULL); in DestroyDrawingWand()
584 wand=(DrawingWand *) RelinquishMagickMemory(wand); in DestroyDrawingWand()
614 WandExport void DrawAffine(DrawingWand *wand,const AffineMatrix *affine) in DrawAffine()
616 assert(wand != (DrawingWand *) NULL); in DrawAffine()
663 WandExport void DrawAlpha(DrawingWand *wand,const double x,const double y, in DrawAlpha()
666 assert(wand != (DrawingWand *) NULL); in DrawAlpha()
703 WandExport void DrawAnnotation(DrawingWand *wand,const double x,const double y, in DrawAnnotation()
709 assert(wand != (DrawingWand *) NULL); in DrawAnnotation()
758 WandExport void DrawArc(DrawingWand *wand,const double sx,const double sy, in DrawArc()
761 assert(wand != (DrawingWand *) NULL); in DrawArc()
796 WandExport void DrawBezier(DrawingWand *wand, in DrawBezier()
799 assert(wand != (DrawingWand *) NULL); in DrawBezier()
838 WandExport void DrawCircle(DrawingWand *wand,const double ox,const double oy, in DrawCircle()
841 assert(wand != (DrawingWand *) NULL); in DrawCircle()
870 WandExport MagickBooleanType DrawClearException(DrawingWand *wand) in DrawClearException()
872 assert(wand != (DrawingWand *) NULL); in DrawClearException()
902 WandExport ExceptionInfo *DrawCloneExceptionInfo(const DrawingWand *wand) in DrawCloneExceptionInfo()
904 assert(wand != (DrawingWand *) NULL); in DrawCloneExceptionInfo()
947 WandExport void DrawColor(DrawingWand *wand, const double x, const double y, in DrawColor()
950 assert(wand != (DrawingWand *)NULL); in DrawColor()
999 WandExport MagickBooleanType DrawComposite(DrawingWand *wand, in DrawComposite()
1030 assert(wand != (DrawingWand *) NULL); in DrawComposite()
1106 WandExport void DrawComment(DrawingWand *wand,const char *comment) in DrawComment()
1146 WandExport void DrawEllipse(DrawingWand *wand,const double ox,const double oy, in DrawEllipse()
1149 assert(wand != (DrawingWand *) NULL); in DrawEllipse()
1183 WandExport void DrawGetBorderColor(const DrawingWand *wand, in DrawGetBorderColor()
1186 assert(wand != (const DrawingWand *) NULL); in DrawGetBorderColor()
1217 WandExport char *DrawGetClipPath(const DrawingWand *wand) in DrawGetClipPath()
1219 assert(wand != (const DrawingWand *) NULL); in DrawGetClipPath()
1251 WandExport FillRule DrawGetClipRule(const DrawingWand *wand) in DrawGetClipRule()
1253 assert(wand != (const DrawingWand *) NULL); in DrawGetClipRule()
1282 WandExport ClipPathUnits DrawGetClipUnits(const DrawingWand *wand) in DrawGetClipUnits()
1284 assert(wand != (const DrawingWand *) NULL); in DrawGetClipUnits()
1314 WandExport char *DrawGetDensity(const DrawingWand *wand) in DrawGetDensity()
1316 assert(wand != (const DrawingWand *) NULL); in DrawGetDensity()
1351 WandExport char *DrawGetException(const DrawingWand *wand, in DrawGetException()
1357 assert(wand != (const DrawingWand *) NULL); in DrawGetException()
1407 WandExport ExceptionType DrawGetExceptionType(const DrawingWand *wand) in DrawGetExceptionType()
1409 assert(wand != (const DrawingWand *) NULL); in DrawGetExceptionType()
1441 WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color) in DrawGetFillColor()
1443 assert(wand != (const DrawingWand *) NULL); in DrawGetFillColor()
1474 WandExport double DrawGetFillOpacity(const DrawingWand *wand) in DrawGetFillOpacity()
1479 assert(wand != (const DrawingWand *) NULL); in DrawGetFillOpacity()
1509 WandExport FillRule DrawGetFillRule(const DrawingWand *wand) in DrawGetFillRule()
1511 assert(wand != (const DrawingWand *) NULL); in DrawGetFillRule()
1542 WandExport char *DrawGetFont(const DrawingWand *wand) in DrawGetFont()
1544 assert(wand != (const DrawingWand *) NULL); in DrawGetFont()
1576 WandExport char *DrawGetFontFamily(const DrawingWand *wand) in DrawGetFontFamily()
1578 assert(wand != (const DrawingWand *) NULL); in DrawGetFontFamily()
1614 WandExport MagickBooleanType DrawGetFontResolution(const DrawingWand *wand, in DrawGetFontResolution()
1617 assert(wand != (DrawingWand *) NULL); in DrawGetFontResolution()
1662 WandExport double DrawGetFontSize(const DrawingWand *wand) in DrawGetFontSize()
1664 assert(wand != (const DrawingWand *) NULL); in DrawGetFontSize()
1693 WandExport StretchType DrawGetFontStretch(const DrawingWand *wand) in DrawGetFontStretch()
1695 assert(wand != (const DrawingWand *) NULL); in DrawGetFontStretch()
1724 WandExport StyleType DrawGetFontStyle(const DrawingWand *wand) in DrawGetFontStyle()
1726 assert(wand != (const DrawingWand *) NULL); in DrawGetFontStyle()
1755 WandExport size_t DrawGetFontWeight(const DrawingWand *wand) in DrawGetFontWeight()
1757 assert(wand != (const DrawingWand *) NULL); in DrawGetFontWeight()
1787 WandExport GravityType DrawGetGravity(const DrawingWand *wand) in DrawGetGravity()
1789 assert(wand != (const DrawingWand *) NULL); in DrawGetGravity()
1819 WandExport double DrawGetOpacity(const DrawingWand *wand) in DrawGetOpacity()
1824 assert(wand != (const DrawingWand *) NULL); in DrawGetOpacity()
1857 WandExport MagickBooleanType DrawGetStrokeAntialias(const DrawingWand *wand) in DrawGetStrokeAntialias()
1859 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeAntialias()
1891 WandExport void DrawGetStrokeColor(const DrawingWand *wand, in DrawGetStrokeColor()
1894 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeColor()
1929 WandExport double *DrawGetStrokeDashArray(const DrawingWand *wand, in DrawGetStrokeDashArray()
1947 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeDashArray()
1998 WandExport double DrawGetStrokeDashOffset(const DrawingWand *wand) in DrawGetStrokeDashOffset()
2000 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeDashOffset()
2031 WandExport LineCap DrawGetStrokeLineCap(const DrawingWand *wand) in DrawGetStrokeLineCap()
2033 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeLineCap()
2065 WandExport LineJoin DrawGetStrokeLineJoin(const DrawingWand *wand) in DrawGetStrokeLineJoin()
2067 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeLineJoin()
2100 WandExport size_t DrawGetStrokeMiterLimit(const DrawingWand *wand) in DrawGetStrokeMiterLimit()
2102 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeMiterLimit()
2131 WandExport double DrawGetStrokeOpacity(const DrawingWand *wand) in DrawGetStrokeOpacity()
2136 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeOpacity()
2167 WandExport double DrawGetStrokeWidth(const DrawingWand *wand) in DrawGetStrokeWidth()
2169 assert(wand != (const DrawingWand *) NULL); in DrawGetStrokeWidth()
2199 WandExport AlignType DrawGetTextAlignment(const DrawingWand *wand) in DrawGetTextAlignment()
2201 assert(wand != (const DrawingWand *) NULL); in DrawGetTextAlignment()
2231 WandExport MagickBooleanType DrawGetTextAntialias(const DrawingWand *wand) in DrawGetTextAntialias()
2233 assert(wand != (const DrawingWand *) NULL); in DrawGetTextAntialias()
2263 WandExport DecorationType DrawGetTextDecoration(const DrawingWand *wand) in DrawGetTextDecoration()
2265 assert(wand != (const DrawingWand *) NULL); in DrawGetTextDecoration()
2295 WandExport DirectionType DrawGetTextDirection(const DrawingWand *wand) in DrawGetTextDirection()
2297 assert(wand != (const DrawingWand *) NULL); in DrawGetTextDirection()
2328 WandExport char *DrawGetTextEncoding(const DrawingWand *wand) in DrawGetTextEncoding()
2330 assert(wand != (const DrawingWand *) NULL); in DrawGetTextEncoding()
2361 WandExport double DrawGetTextKerning(DrawingWand *wand) in DrawGetTextKerning()
2363 assert(wand != (DrawingWand *) NULL); in DrawGetTextKerning()
2393 WandExport double DrawGetTextInterlineSpacing(DrawingWand *wand) in DrawGetTextInterlineSpacing()
2395 assert(wand != (DrawingWand *) NULL); in DrawGetTextInterlineSpacing()
2424 WandExport double DrawGetTextInterwordSpacing(DrawingWand *wand) in DrawGetTextInterwordSpacing()
2426 assert(wand != (DrawingWand *) NULL); in DrawGetTextInterwordSpacing()
2482 WandExport MagickBooleanType DrawGetTypeMetrics(const DrawingWand *wand, in DrawGetTypeMetrics()
2491 assert(wand != (const DrawingWand *) NULL); in DrawGetTypeMetrics()
2533 WandExport char *DrawGetVectorGraphics(DrawingWand *wand) in DrawGetVectorGraphics()
2549 assert(wand != (const DrawingWand *) NULL); in DrawGetVectorGraphics()
2786 WandExport void DrawGetTextUnderColor(const DrawingWand *wand, in DrawGetTextUnderColor()
2789 assert(wand != (const DrawingWand *) NULL); in DrawGetTextUnderColor()
2829 WandExport void DrawLine(DrawingWand *wand,const double sx,const double sy, in DrawLine()
2832 assert(wand != (DrawingWand *) NULL); in DrawLine()
2864 WandExport void DrawPathClose(DrawingWand *wand) in DrawPathClose()
2866 assert(wand != (DrawingWand *) NULL); in DrawPathClose()
2915 static void DrawPathCurveTo(DrawingWand *wand,const PathMode mode, in DrawPathCurveTo()
2919 assert(wand != (DrawingWand *) NULL); in DrawPathCurveTo()
2936 WandExport void DrawPathCurveToAbsolute(DrawingWand *wand,const double x1, in DrawPathCurveToAbsolute()
2939 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToAbsolute()
2986 WandExport void DrawPathCurveToRelative(DrawingWand *wand,const double x1, in DrawPathCurveToRelative()
2989 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToRelative()
3031 static void DrawPathCurveToQuadraticBezier(DrawingWand *wand, in DrawPathCurveToQuadraticBezier()
3034 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToQuadraticBezier()
3050 WandExport void DrawPathCurveToQuadraticBezierAbsolute(DrawingWand *wand, in DrawPathCurveToQuadraticBezierAbsolute()
3053 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToQuadraticBezierAbsolute()
3094 WandExport void DrawPathCurveToQuadraticBezierRelative(DrawingWand *wand, in DrawPathCurveToQuadraticBezierRelative()
3097 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToQuadraticBezierRelative()
3143 static void DrawPathCurveToQuadraticBezierSmooth(DrawingWand *wand, in DrawPathCurveToQuadraticBezierSmooth()
3146 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToQuadraticBezierSmooth()
3162 WandExport void DrawPathCurveToQuadraticBezierSmoothAbsolute(DrawingWand *wand, in DrawPathCurveToQuadraticBezierSmoothAbsolute()
3165 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToQuadraticBezierSmoothAbsolute()
3209 WandExport void DrawPathCurveToQuadraticBezierSmoothRelative(DrawingWand *wand, in DrawPathCurveToQuadraticBezierSmoothRelative()
3257 static void DrawPathCurveToSmooth(DrawingWand *wand,const PathMode mode, in DrawPathCurveToSmooth()
3260 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToSmooth()
3276 WandExport void DrawPathCurveToSmoothAbsolute(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothAbsolute()
3279 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToSmoothAbsolute()
3326 WandExport void DrawPathCurveToSmoothRelative(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothRelative()
3329 assert(wand != (DrawingWand *) NULL); in DrawPathCurveToSmoothRelative()
3385 static void DrawPathEllipticArc(DrawingWand *wand, const PathMode mode, in DrawPathEllipticArc()
3390 assert(wand != (DrawingWand *) NULL); in DrawPathEllipticArc()
3408 WandExport void DrawPathEllipticArcAbsolute(DrawingWand *wand,const double rx, in DrawPathEllipticArcAbsolute()
3413 assert(wand != (DrawingWand *) NULL); in DrawPathEllipticArcAbsolute()
3468 WandExport void DrawPathEllipticArcRelative(DrawingWand *wand,const double rx, in DrawPathEllipticArcRelative()
3499 WandExport void DrawPathFinish(DrawingWand *wand) in DrawPathFinish()
3501 assert(wand != (DrawingWand *) NULL); in DrawPathFinish()
3539 static void DrawPathLineTo(DrawingWand *wand,const PathMode mode, in DrawPathLineTo()
3542 assert(wand != (DrawingWand *) NULL); in DrawPathLineTo()
3558 WandExport void DrawPathLineToAbsolute(DrawingWand *wand,const double x, in DrawPathLineToAbsolute()
3561 assert(wand != (DrawingWand *) NULL); in DrawPathLineToAbsolute()
3597 WandExport void DrawPathLineToRelative(DrawingWand *wand,const double x, in DrawPathLineToRelative()
3600 assert(wand != (DrawingWand *) NULL); in DrawPathLineToRelative()
3634 static void DrawPathLineToHorizontal(DrawingWand *wand,const PathMode mode, in DrawPathLineToHorizontal()
3637 assert(wand != (DrawingWand *) NULL); in DrawPathLineToHorizontal()
3653 WandExport void DrawPathLineToHorizontalAbsolute(DrawingWand *wand, in DrawPathLineToHorizontalAbsolute()
3656 assert(wand != (DrawingWand *) NULL); in DrawPathLineToHorizontalAbsolute()
3690 WandExport void DrawPathLineToHorizontalRelative(DrawingWand *wand, in DrawPathLineToHorizontalRelative()
3724 static void DrawPathLineToVertical(DrawingWand *wand,const PathMode mode, in DrawPathLineToVertical()
3727 assert(wand != (DrawingWand *) NULL); in DrawPathLineToVertical()
3743 WandExport void DrawPathLineToVerticalAbsolute(DrawingWand *wand,const double y) in DrawPathLineToVerticalAbsolute()
3745 assert(wand != (DrawingWand *) NULL); in DrawPathLineToVerticalAbsolute()
3779 WandExport void DrawPathLineToVerticalRelative(DrawingWand *wand,const double y) in DrawPathLineToVerticalRelative()
3781 assert(wand != (DrawingWand *) NULL); in DrawPathLineToVerticalRelative()
3817 static void DrawPathMoveTo(DrawingWand *wand,const PathMode mode,const double x, in DrawPathMoveTo()
3820 assert(wand != (DrawingWand *) NULL); in DrawPathMoveTo()
3836 WandExport void DrawPathMoveToAbsolute(DrawingWand *wand,const double x, in DrawPathMoveToAbsolute()
3839 assert(wand != (DrawingWand *) NULL); in DrawPathMoveToAbsolute()
3875 WandExport void DrawPathMoveToRelative(DrawingWand *wand,const double x, in DrawPathMoveToRelative()
3878 assert(wand != (DrawingWand *) NULL); in DrawPathMoveToRelative()
3911 WandExport void DrawPathStart(DrawingWand *wand) in DrawPathStart()
3913 assert(wand != (DrawingWand *) NULL); in DrawPathStart()
3948 WandExport void DrawPoint(DrawingWand *wand,const double x,const double y) in DrawPoint()
3950 assert(wand != (DrawingWand *) NULL); in DrawPoint()
3985 WandExport void DrawPolygon(DrawingWand *wand, in DrawPolygon()
3988 assert(wand != (DrawingWand *) NULL); in DrawPolygon()
4023 WandExport void DrawPolyline(DrawingWand *wand, in DrawPolyline()
4026 assert(wand != (DrawingWand *) NULL); in DrawPolyline()
4055 WandExport void DrawPopClipPath(DrawingWand *wand) in DrawPopClipPath()
4057 assert(wand != (DrawingWand *) NULL); in DrawPopClipPath()
4088 WandExport void DrawPopDefs(DrawingWand *wand) in DrawPopDefs()
4090 assert(wand != (DrawingWand *) NULL); in DrawPopDefs()
4121 WandExport MagickBooleanType DrawPopPattern(DrawingWand *wand) in DrawPopPattern()
4127 assert(wand != (DrawingWand *) NULL); in DrawPopPattern()
4184 WandExport void DrawPushClipPath(DrawingWand *wand,const char *clip_mask_id) in DrawPushClipPath()
4186 assert(wand != (DrawingWand *) NULL); in DrawPushClipPath()
4219 WandExport void DrawPushDefs(DrawingWand *wand) in DrawPushDefs()
4221 assert(wand != (DrawingWand *) NULL); in DrawPushDefs()
4268 WandExport MagickBooleanType DrawPushPattern(DrawingWand *wand, in DrawPushPattern()
4272 assert(wand != (DrawingWand *) NULL); in DrawPushPattern()
4326 WandExport void DrawRectangle(DrawingWand *wand,const double x1,const double y1, in DrawRectangle()
4329 assert(wand != (DrawingWand *) NULL); in DrawRectangle()
4361 WandExport MagickBooleanType DrawRender(DrawingWand *wand) in DrawRender()
4366 assert(wand != (const DrawingWand *) NULL); in DrawRender()
4403 WandExport void DrawResetVectorGraphics(DrawingWand *wand) in DrawResetVectorGraphics()
4405 assert(wand != (DrawingWand *) NULL); in DrawResetVectorGraphics()
4440 WandExport void DrawRotate(DrawingWand *wand,const double degrees) in DrawRotate()
4442 assert(wand != (DrawingWand *) NULL); in DrawRotate()
4486 WandExport void DrawRoundRectangle(DrawingWand *wand,double x1,double y1, in DrawRoundRectangle()
4489 assert(wand != (DrawingWand *) NULL); in DrawRoundRectangle()
4524 WandExport void DrawScale(DrawingWand *wand,const double x,const double y) in DrawScale()
4526 assert(wand != (DrawingWand *) NULL); in DrawScale()
4558 WandExport void DrawSetBorderColor(DrawingWand *wand, in DrawSetBorderColor()
4566 assert(wand != (DrawingWand *) NULL); in DrawSetBorderColor()
4611 WandExport MagickBooleanType DrawSetClipPath(DrawingWand *wand, in DrawSetClipPath()
4614 assert(wand != (DrawingWand *) NULL); in DrawSetClipPath()
4659 WandExport void DrawSetClipRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetClipRule()
4661 assert(wand != (DrawingWand *) NULL); in DrawSetClipRule()
4700 WandExport void DrawSetClipUnits(DrawingWand *wand, in DrawSetClipUnits()
4703 assert(wand != (DrawingWand *) NULL); in DrawSetClipUnits()
4753 WandExport MagickBooleanType DrawSetDensity(DrawingWand *wand, in DrawSetDensity()
4756 assert(wand != (DrawingWand *) NULL); in DrawSetDensity()
4795 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor()
4802 assert(wand != (DrawingWand *) NULL); in DrawSetFillColor()
4845 WandExport void DrawSetFillOpacity(DrawingWand *wand,const double fill_opacity) in DrawSetFillOpacity()
4850 assert(wand != (DrawingWand *) NULL); in DrawSetFillOpacity()
4890 WandExport MagickBooleanType DrawSetFontResolution(DrawingWand *wand, in DrawSetFontResolution()
4896 assert(wand != (DrawingWand *) NULL); in DrawSetFontResolution()
4931 WandExport void DrawSetOpacity(DrawingWand *wand,const double opacity) in DrawSetOpacity()
4936 assert(wand != (DrawingWand *) NULL); in DrawSetOpacity()
4977 WandExport MagickBooleanType DrawSetFillPatternURL(DrawingWand *wand, in DrawSetFillPatternURL()
4984 assert(wand != (DrawingWand *) NULL); in DrawSetFillPatternURL()
5037 WandExport void DrawSetFillRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetFillRule()
5039 assert(wand != (DrawingWand *) NULL); in DrawSetFillRule()
5077 WandExport MagickBooleanType DrawSetFont(DrawingWand *wand, in DrawSetFont()
5080 assert(wand != (DrawingWand *) NULL); in DrawSetFont()
5120 WandExport MagickBooleanType DrawSetFontFamily(DrawingWand *wand, in DrawSetFontFamily()
5123 assert(wand != (DrawingWand *) NULL); in DrawSetFontFamily()
5162 WandExport void DrawSetFontSize(DrawingWand *wand,const double pointsize) in DrawSetFontSize()
5164 assert(wand != (DrawingWand *) NULL); in DrawSetFontSize()
5205 WandExport void DrawSetFontStretch(DrawingWand *wand, in DrawSetFontStretch()
5208 assert(wand != (DrawingWand *) NULL); in DrawSetFontStretch()
5246 WandExport void DrawSetFontStyle(DrawingWand *wand,const StyleType style) in DrawSetFontStyle()
5248 assert(wand != (DrawingWand *) NULL); in DrawSetFontStyle()
5286 WandExport void DrawSetFontWeight(DrawingWand *wand, in DrawSetFontWeight()
5289 assert(wand != (DrawingWand *) NULL); in DrawSetFontWeight()
5329 WandExport void DrawSetGravity(DrawingWand *wand,const GravityType gravity) in DrawSetGravity()
5331 assert(wand != (DrawingWand *) NULL); in DrawSetGravity()
5369 WandExport void DrawSetStrokeColor(DrawingWand *wand, in DrawSetStrokeColor()
5377 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeColor()
5420 WandExport MagickBooleanType DrawSetStrokePatternURL(DrawingWand *wand, in DrawSetStrokePatternURL()
5427 assert(wand != (DrawingWand *) NULL); in DrawSetStrokePatternURL()
5481 WandExport void DrawSetStrokeAntialias(DrawingWand *wand, in DrawSetStrokeAntialias()
5484 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeAntialias()
5530 WandExport MagickBooleanType DrawSetStrokeDashArray(DrawingWand *wand, in DrawSetStrokeDashArray()
5549 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeDashArray()
5651 WandExport void DrawSetStrokeDashOffset(DrawingWand *wand, in DrawSetStrokeDashOffset()
5654 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeDashOffset()
5693 WandExport void DrawSetStrokeLineCap(DrawingWand *wand,const LineCap linecap) in DrawSetStrokeLineCap()
5695 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeLineCap()
5734 WandExport void DrawSetStrokeLineJoin(DrawingWand *wand,const LineJoin linejoin) in DrawSetStrokeLineJoin()
5736 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeLineJoin()
5778 WandExport void DrawSetStrokeMiterLimit(DrawingWand *wand, in DrawSetStrokeMiterLimit()
5781 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeMiterLimit()
5817 WandExport void DrawSetStrokeOpacity(DrawingWand *wand, in DrawSetStrokeOpacity()
5823 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeOpacity()
5862 WandExport void DrawSetStrokeWidth(DrawingWand *wand,const double stroke_width) in DrawSetStrokeWidth()
5864 assert(wand != (DrawingWand *) NULL); in DrawSetStrokeWidth()
5902 WandExport void DrawSetTextAlignment(DrawingWand *wand, in DrawSetTextAlignment()
5905 assert(wand != (DrawingWand *) NULL); in DrawSetTextAlignment()
5945 WandExport void DrawSetTextAntialias(DrawingWand *wand, in DrawSetTextAntialias()
5948 assert(wand != (DrawingWand *) NULL); in DrawSetTextAntialias()
5987 WandExport void DrawSetTextDecoration(DrawingWand *wand, in DrawSetTextDecoration()
5990 assert(wand != (DrawingWand *) NULL); in DrawSetTextDecoration()
6030 WandExport void DrawSetTextDirection(DrawingWand *wand, in DrawSetTextDirection()
6033 assert(wand != (DrawingWand *) NULL); in DrawSetTextDirection()
6076 WandExport void DrawSetTextEncoding(DrawingWand *wand,const char *encoding) in DrawSetTextEncoding()
6078 assert(wand != (DrawingWand *) NULL); in DrawSetTextEncoding()
6116 WandExport void DrawSetTextKerning(DrawingWand *wand,const double kerning) in DrawSetTextKerning()
6118 assert(wand != (DrawingWand *) NULL); in DrawSetTextKerning()
6156 WandExport void DrawSetTextInterlineSpacing(DrawingWand *wand, in DrawSetTextInterlineSpacing()
6159 assert(wand != (DrawingWand *) NULL); in DrawSetTextInterlineSpacing()
6198 WandExport void DrawSetTextInterwordSpacing(DrawingWand *wand, in DrawSetTextInterwordSpacing()
6201 assert(wand != (DrawingWand *) NULL); in DrawSetTextInterwordSpacing()
6241 WandExport void DrawSetTextUnderColor(DrawingWand *wand, in DrawSetTextUnderColor()
6247 assert(wand != (DrawingWand *) NULL); in DrawSetTextUnderColor()
6304 WandExport MagickBooleanType DrawSetVectorGraphics(DrawingWand *wand, in DrawSetVectorGraphics()
6314 assert(wand != (DrawingWand *) NULL); in DrawSetVectorGraphics()
6610 WandExport void DrawSkewX(DrawingWand *wand,const double degrees) in DrawSkewX()
6612 assert(wand != (DrawingWand *) NULL); in DrawSkewX()
6644 WandExport void DrawSkewY(DrawingWand *wand,const double degrees) in DrawSkewY()
6646 assert(wand != (DrawingWand *) NULL); in DrawSkewY()
6682 WandExport void DrawTranslate(DrawingWand *wand,const double x,const double y) in DrawTranslate()
6684 assert(wand != (DrawingWand *) NULL); in DrawTranslate()
6726 WandExport void DrawSetViewbox(DrawingWand *wand,const double x1, in DrawSetViewbox()
6729 assert(wand != (DrawingWand *) NULL); in DrawSetViewbox()
6758 WandExport MagickBooleanType IsDrawingWand(const DrawingWand *wand) in IsDrawingWand()
6760 if (wand == (const DrawingWand *) NULL) in IsDrawingWand()
6788 WandExport DrawingWand *NewDrawingWand(void) in NewDrawingWand()
6793 DrawingWand in NewDrawingWand()
6802 wand=(DrawingWand *) AcquireMagickMemory(sizeof(*wand)); in NewDrawingWand()
6803 if (wand == (DrawingWand *) NULL) in NewDrawingWand()
6863 WandExport DrawInfo *PeekDrawingWand(const DrawingWand *wand) in PeekDrawingWand()
6868 assert(wand != (const DrawingWand *) NULL); in PeekDrawingWand()
6902 WandExport MagickBooleanType PopDrawingWand(DrawingWand *wand) in PopDrawingWand()
6904 assert(wand != (DrawingWand *) NULL); in PopDrawingWand()
6958 WandExport MagickBooleanType PushDrawingWand(DrawingWand *wand) in PushDrawingWand()
6960 assert(wand != (DrawingWand *) NULL); in PushDrawingWand()