Lines Matching refs:WandExport

373 WandExport DrawingWand *AcquireDrawingWand(const DrawInfo *draw_info,  in AcquireDrawingWand()
416 WandExport void ClearDrawingWand(DrawingWand *wand) in ClearDrawingWand()
486 WandExport DrawingWand *CloneDrawingWand(const DrawingWand *wand) in CloneDrawingWand()
564 WandExport DrawingWand *DestroyDrawingWand(DrawingWand *wand) in DestroyDrawingWand()
614 WandExport void DrawAffine(DrawingWand *wand,const AffineMatrix *affine) in DrawAffine()
663 WandExport void DrawAlpha(DrawingWand *wand,const double x,const double y, in DrawAlpha()
703 WandExport void DrawAnnotation(DrawingWand *wand,const double x,const double y, in DrawAnnotation()
758 WandExport void DrawArc(DrawingWand *wand,const double sx,const double sy, in DrawArc()
796 WandExport void DrawBezier(DrawingWand *wand, in DrawBezier()
838 WandExport void DrawCircle(DrawingWand *wand,const double ox,const double oy, in DrawCircle()
870 WandExport MagickBooleanType DrawClearException(DrawingWand *wand) in DrawClearException()
902 WandExport ExceptionInfo *DrawCloneExceptionInfo(const DrawingWand *wand) in DrawCloneExceptionInfo()
947 WandExport void DrawColor(DrawingWand *wand, const double x, const double y, in DrawColor()
999 WandExport MagickBooleanType DrawComposite(DrawingWand *wand, 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()
1183 WandExport void DrawGetBorderColor(const DrawingWand *wand, in DrawGetBorderColor()
1217 WandExport char *DrawGetClipPath(const DrawingWand *wand) in DrawGetClipPath()
1251 WandExport FillRule DrawGetClipRule(const DrawingWand *wand) in DrawGetClipRule()
1282 WandExport ClipPathUnits DrawGetClipUnits(const DrawingWand *wand) in DrawGetClipUnits()
1314 WandExport char *DrawGetDensity(const DrawingWand *wand) in DrawGetDensity()
1351 WandExport char *DrawGetException(const DrawingWand *wand, in DrawGetException()
1407 WandExport ExceptionType DrawGetExceptionType(const DrawingWand *wand) in DrawGetExceptionType()
1441 WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color) in DrawGetFillColor()
1474 WandExport double DrawGetFillOpacity(const DrawingWand *wand) in DrawGetFillOpacity()
1509 WandExport FillRule DrawGetFillRule(const DrawingWand *wand) in DrawGetFillRule()
1542 WandExport char *DrawGetFont(const DrawingWand *wand) in DrawGetFont()
1576 WandExport char *DrawGetFontFamily(const DrawingWand *wand) in DrawGetFontFamily()
1614 WandExport MagickBooleanType DrawGetFontResolution(const DrawingWand *wand, in DrawGetFontResolution()
1662 WandExport double DrawGetFontSize(const DrawingWand *wand) in DrawGetFontSize()
1693 WandExport StretchType DrawGetFontStretch(const DrawingWand *wand) in DrawGetFontStretch()
1724 WandExport StyleType DrawGetFontStyle(const DrawingWand *wand) in DrawGetFontStyle()
1755 WandExport size_t DrawGetFontWeight(const DrawingWand *wand) in DrawGetFontWeight()
1787 WandExport GravityType DrawGetGravity(const DrawingWand *wand) in DrawGetGravity()
1819 WandExport double DrawGetOpacity(const DrawingWand *wand) in DrawGetOpacity()
1857 WandExport MagickBooleanType DrawGetStrokeAntialias(const DrawingWand *wand) in DrawGetStrokeAntialias()
1891 WandExport void DrawGetStrokeColor(const DrawingWand *wand, in DrawGetStrokeColor()
1929 WandExport double *DrawGetStrokeDashArray(const DrawingWand *wand, in DrawGetStrokeDashArray()
1998 WandExport double DrawGetStrokeDashOffset(const DrawingWand *wand) in DrawGetStrokeDashOffset()
2031 WandExport LineCap DrawGetStrokeLineCap(const DrawingWand *wand) in DrawGetStrokeLineCap()
2065 WandExport LineJoin DrawGetStrokeLineJoin(const DrawingWand *wand) in DrawGetStrokeLineJoin()
2100 WandExport size_t DrawGetStrokeMiterLimit(const DrawingWand *wand) in DrawGetStrokeMiterLimit()
2131 WandExport double DrawGetStrokeOpacity(const DrawingWand *wand) in DrawGetStrokeOpacity()
2167 WandExport double DrawGetStrokeWidth(const DrawingWand *wand) in DrawGetStrokeWidth()
2199 WandExport AlignType DrawGetTextAlignment(const DrawingWand *wand) in DrawGetTextAlignment()
2231 WandExport MagickBooleanType DrawGetTextAntialias(const DrawingWand *wand) in DrawGetTextAntialias()
2263 WandExport DecorationType DrawGetTextDecoration(const DrawingWand *wand) in DrawGetTextDecoration()
2295 WandExport DirectionType DrawGetTextDirection(const DrawingWand *wand) in DrawGetTextDirection()
2328 WandExport char *DrawGetTextEncoding(const DrawingWand *wand) in DrawGetTextEncoding()
2361 WandExport double DrawGetTextKerning(DrawingWand *wand) in DrawGetTextKerning()
2393 WandExport double DrawGetTextInterlineSpacing(DrawingWand *wand) in DrawGetTextInterlineSpacing()
2424 WandExport double DrawGetTextInterwordSpacing(DrawingWand *wand) in DrawGetTextInterwordSpacing()
2482 WandExport MagickBooleanType DrawGetTypeMetrics(const DrawingWand *wand, in DrawGetTypeMetrics()
2533 WandExport char *DrawGetVectorGraphics(DrawingWand *wand) in DrawGetVectorGraphics()
2786 WandExport void DrawGetTextUnderColor(const DrawingWand *wand, in DrawGetTextUnderColor()
2829 WandExport void DrawLine(DrawingWand *wand,const double sx,const double sy, in DrawLine()
2864 WandExport void DrawPathClose(DrawingWand *wand) in DrawPathClose()
2936 WandExport void DrawPathCurveToAbsolute(DrawingWand *wand,const double x1, in DrawPathCurveToAbsolute()
2986 WandExport void DrawPathCurveToRelative(DrawingWand *wand,const double x1, in DrawPathCurveToRelative()
3050 WandExport void DrawPathCurveToQuadraticBezierAbsolute(DrawingWand *wand, in DrawPathCurveToQuadraticBezierAbsolute()
3094 WandExport void DrawPathCurveToQuadraticBezierRelative(DrawingWand *wand, in DrawPathCurveToQuadraticBezierRelative()
3162 WandExport void DrawPathCurveToQuadraticBezierSmoothAbsolute(DrawingWand *wand, in DrawPathCurveToQuadraticBezierSmoothAbsolute()
3209 WandExport void DrawPathCurveToQuadraticBezierSmoothRelative(DrawingWand *wand, in DrawPathCurveToQuadraticBezierSmoothRelative()
3276 WandExport void DrawPathCurveToSmoothAbsolute(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothAbsolute()
3326 WandExport void DrawPathCurveToSmoothRelative(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothRelative()
3408 WandExport void DrawPathEllipticArcAbsolute(DrawingWand *wand,const double rx, in DrawPathEllipticArcAbsolute()
3468 WandExport void DrawPathEllipticArcRelative(DrawingWand *wand,const double rx, in DrawPathEllipticArcRelative()
3499 WandExport void DrawPathFinish(DrawingWand *wand) in DrawPathFinish()
3558 WandExport void DrawPathLineToAbsolute(DrawingWand *wand,const double x, in DrawPathLineToAbsolute()
3597 WandExport void DrawPathLineToRelative(DrawingWand *wand,const double x, in DrawPathLineToRelative()
3653 WandExport void DrawPathLineToHorizontalAbsolute(DrawingWand *wand, in DrawPathLineToHorizontalAbsolute()
3690 WandExport void DrawPathLineToHorizontalRelative(DrawingWand *wand, in DrawPathLineToHorizontalRelative()
3743 WandExport void DrawPathLineToVerticalAbsolute(DrawingWand *wand,const double y) in DrawPathLineToVerticalAbsolute()
3779 WandExport void DrawPathLineToVerticalRelative(DrawingWand *wand,const double y) in DrawPathLineToVerticalRelative()
3836 WandExport void DrawPathMoveToAbsolute(DrawingWand *wand,const double x, in DrawPathMoveToAbsolute()
3875 WandExport void DrawPathMoveToRelative(DrawingWand *wand,const double x, in DrawPathMoveToRelative()
3911 WandExport void DrawPathStart(DrawingWand *wand) in DrawPathStart()
3948 WandExport void DrawPoint(DrawingWand *wand,const double x,const double y) in DrawPoint()
3985 WandExport void DrawPolygon(DrawingWand *wand, in DrawPolygon()
4023 WandExport void DrawPolyline(DrawingWand *wand, in DrawPolyline()
4055 WandExport void DrawPopClipPath(DrawingWand *wand) in DrawPopClipPath()
4088 WandExport void DrawPopDefs(DrawingWand *wand) in DrawPopDefs()
4121 WandExport MagickBooleanType DrawPopPattern(DrawingWand *wand) in DrawPopPattern()
4184 WandExport void DrawPushClipPath(DrawingWand *wand,const char *clip_mask_id) in DrawPushClipPath()
4219 WandExport void DrawPushDefs(DrawingWand *wand) in DrawPushDefs()
4268 WandExport MagickBooleanType DrawPushPattern(DrawingWand *wand, in DrawPushPattern()
4326 WandExport void DrawRectangle(DrawingWand *wand,const double x1,const double y1, in DrawRectangle()
4361 WandExport MagickBooleanType DrawRender(DrawingWand *wand) in DrawRender()
4403 WandExport void DrawResetVectorGraphics(DrawingWand *wand) in DrawResetVectorGraphics()
4440 WandExport void DrawRotate(DrawingWand *wand,const double degrees) in DrawRotate()
4486 WandExport void DrawRoundRectangle(DrawingWand *wand,double x1,double y1, in DrawRoundRectangle()
4524 WandExport void DrawScale(DrawingWand *wand,const double x,const double y) in DrawScale()
4558 WandExport void DrawSetBorderColor(DrawingWand *wand, in DrawSetBorderColor()
4611 WandExport MagickBooleanType DrawSetClipPath(DrawingWand *wand, in DrawSetClipPath()
4659 WandExport void DrawSetClipRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetClipRule()
4700 WandExport void DrawSetClipUnits(DrawingWand *wand, in DrawSetClipUnits()
4753 WandExport MagickBooleanType DrawSetDensity(DrawingWand *wand, in DrawSetDensity()
4795 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor()
4845 WandExport void DrawSetFillOpacity(DrawingWand *wand,const double fill_opacity) in DrawSetFillOpacity()
4890 WandExport MagickBooleanType DrawSetFontResolution(DrawingWand *wand, in DrawSetFontResolution()
4931 WandExport void DrawSetOpacity(DrawingWand *wand,const double opacity) in DrawSetOpacity()
4977 WandExport MagickBooleanType DrawSetFillPatternURL(DrawingWand *wand, in DrawSetFillPatternURL()
5037 WandExport void DrawSetFillRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetFillRule()
5077 WandExport MagickBooleanType DrawSetFont(DrawingWand *wand, in DrawSetFont()
5120 WandExport MagickBooleanType DrawSetFontFamily(DrawingWand *wand, in DrawSetFontFamily()
5162 WandExport void DrawSetFontSize(DrawingWand *wand,const double pointsize) in DrawSetFontSize()
5205 WandExport void DrawSetFontStretch(DrawingWand *wand, in DrawSetFontStretch()
5246 WandExport void DrawSetFontStyle(DrawingWand *wand,const StyleType style) in DrawSetFontStyle()
5286 WandExport void DrawSetFontWeight(DrawingWand *wand, in DrawSetFontWeight()
5329 WandExport void DrawSetGravity(DrawingWand *wand,const GravityType gravity) in DrawSetGravity()
5369 WandExport void DrawSetStrokeColor(DrawingWand *wand, in DrawSetStrokeColor()
5420 WandExport MagickBooleanType DrawSetStrokePatternURL(DrawingWand *wand, in DrawSetStrokePatternURL()
5481 WandExport void DrawSetStrokeAntialias(DrawingWand *wand, in DrawSetStrokeAntialias()
5530 WandExport MagickBooleanType DrawSetStrokeDashArray(DrawingWand *wand, in DrawSetStrokeDashArray()
5651 WandExport void DrawSetStrokeDashOffset(DrawingWand *wand, in DrawSetStrokeDashOffset()
5693 WandExport void DrawSetStrokeLineCap(DrawingWand *wand,const LineCap linecap) in DrawSetStrokeLineCap()
5734 WandExport void DrawSetStrokeLineJoin(DrawingWand *wand,const LineJoin linejoin) in DrawSetStrokeLineJoin()
5778 WandExport void DrawSetStrokeMiterLimit(DrawingWand *wand, in DrawSetStrokeMiterLimit()
5817 WandExport void DrawSetStrokeOpacity(DrawingWand *wand, in DrawSetStrokeOpacity()
5862 WandExport void DrawSetStrokeWidth(DrawingWand *wand,const double stroke_width) in DrawSetStrokeWidth()
5902 WandExport void DrawSetTextAlignment(DrawingWand *wand, in DrawSetTextAlignment()
5945 WandExport void DrawSetTextAntialias(DrawingWand *wand, in DrawSetTextAntialias()
5987 WandExport void DrawSetTextDecoration(DrawingWand *wand, in DrawSetTextDecoration()
6030 WandExport void DrawSetTextDirection(DrawingWand *wand, in DrawSetTextDirection()
6076 WandExport void DrawSetTextEncoding(DrawingWand *wand,const char *encoding) in DrawSetTextEncoding()
6116 WandExport void DrawSetTextKerning(DrawingWand *wand,const double kerning) in DrawSetTextKerning()
6156 WandExport void DrawSetTextInterlineSpacing(DrawingWand *wand, in DrawSetTextInterlineSpacing()
6198 WandExport void DrawSetTextInterwordSpacing(DrawingWand *wand, in DrawSetTextInterwordSpacing()
6241 WandExport void DrawSetTextUnderColor(DrawingWand *wand, in DrawSetTextUnderColor()
6304 WandExport MagickBooleanType DrawSetVectorGraphics(DrawingWand *wand, in DrawSetVectorGraphics()
6610 WandExport void DrawSkewX(DrawingWand *wand,const double degrees) in DrawSkewX()
6644 WandExport void DrawSkewY(DrawingWand *wand,const double degrees) in DrawSkewY()
6682 WandExport void DrawTranslate(DrawingWand *wand,const double x,const double y) in DrawTranslate()
6726 WandExport void DrawSetViewbox(DrawingWand *wand,const double x1, in DrawSetViewbox()
6758 WandExport MagickBooleanType IsDrawingWand(const DrawingWand *wand) in IsDrawingWand()
6788 WandExport DrawingWand *NewDrawingWand(void) in NewDrawingWand()
6863 WandExport DrawInfo *PeekDrawingWand(const DrawingWand *wand) in PeekDrawingWand()
6902 WandExport MagickBooleanType PopDrawingWand(DrawingWand *wand) in PopDrawingWand()
6958 WandExport MagickBooleanType PushDrawingWand(DrawingWand *wand) in PushDrawingWand()