• Home
  • Raw
  • Download

Lines Matching refs:WandExport

372 WandExport DrawingWand *AcquireDrawingWand(const DrawInfo *draw_info,  in AcquireDrawingWand()
415 WandExport void ClearDrawingWand(DrawingWand *wand) in ClearDrawingWand()
485 WandExport DrawingWand *CloneDrawingWand(const DrawingWand *wand) in CloneDrawingWand()
563 WandExport DrawingWand *DestroyDrawingWand(DrawingWand *wand) in DestroyDrawingWand()
613 WandExport void DrawAffine(DrawingWand *wand,const AffineMatrix *affine) in DrawAffine()
662 WandExport void DrawAlpha(DrawingWand *wand,const double x,const double y, in DrawAlpha()
702 WandExport void DrawAnnotation(DrawingWand *wand,const double x,const double y, in DrawAnnotation()
757 WandExport void DrawArc(DrawingWand *wand,const double sx,const double sy, in DrawArc()
795 WandExport void DrawBezier(DrawingWand *wand, in DrawBezier()
837 WandExport void DrawCircle(DrawingWand *wand,const double ox,const double oy, in DrawCircle()
869 WandExport MagickBooleanType DrawClearException(DrawingWand *wand) in DrawClearException()
901 WandExport ExceptionInfo *DrawCloneExceptionInfo(const DrawingWand *wand) in DrawCloneExceptionInfo()
946 WandExport void DrawColor(DrawingWand *wand, const double x, const double y, in DrawColor()
998 WandExport MagickBooleanType DrawComposite(DrawingWand *wand, in DrawComposite()
1105 WandExport void DrawComment(DrawingWand *wand,const char *comment) in DrawComment()
1145 WandExport void DrawEllipse(DrawingWand *wand,const double ox,const double oy, in DrawEllipse()
1182 WandExport void DrawGetBorderColor(const DrawingWand *wand, in DrawGetBorderColor()
1216 WandExport char *DrawGetClipPath(const DrawingWand *wand) in DrawGetClipPath()
1250 WandExport FillRule DrawGetClipRule(const DrawingWand *wand) in DrawGetClipRule()
1281 WandExport ClipPathUnits DrawGetClipUnits(const DrawingWand *wand) in DrawGetClipUnits()
1313 WandExport char *DrawGetDensity(const DrawingWand *wand) in DrawGetDensity()
1350 WandExport char *DrawGetException(const DrawingWand *wand, in DrawGetException()
1406 WandExport ExceptionType DrawGetExceptionType(const DrawingWand *wand) in DrawGetExceptionType()
1440 WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color) in DrawGetFillColor()
1473 WandExport double DrawGetFillOpacity(const DrawingWand *wand) in DrawGetFillOpacity()
1508 WandExport FillRule DrawGetFillRule(const DrawingWand *wand) in DrawGetFillRule()
1541 WandExport char *DrawGetFont(const DrawingWand *wand) in DrawGetFont()
1575 WandExport char *DrawGetFontFamily(const DrawingWand *wand) in DrawGetFontFamily()
1613 WandExport MagickBooleanType DrawGetFontResolution(const DrawingWand *wand, in DrawGetFontResolution()
1661 WandExport double DrawGetFontSize(const DrawingWand *wand) in DrawGetFontSize()
1692 WandExport StretchType DrawGetFontStretch(const DrawingWand *wand) in DrawGetFontStretch()
1723 WandExport StyleType DrawGetFontStyle(const DrawingWand *wand) in DrawGetFontStyle()
1754 WandExport size_t DrawGetFontWeight(const DrawingWand *wand) in DrawGetFontWeight()
1786 WandExport GravityType DrawGetGravity(const DrawingWand *wand) in DrawGetGravity()
1818 WandExport double DrawGetOpacity(const DrawingWand *wand) in DrawGetOpacity()
1856 WandExport MagickBooleanType DrawGetStrokeAntialias(const DrawingWand *wand) in DrawGetStrokeAntialias()
1890 WandExport void DrawGetStrokeColor(const DrawingWand *wand, in DrawGetStrokeColor()
1928 WandExport double *DrawGetStrokeDashArray(const DrawingWand *wand, in DrawGetStrokeDashArray()
1994 WandExport double DrawGetStrokeDashOffset(const DrawingWand *wand) in DrawGetStrokeDashOffset()
2027 WandExport LineCap DrawGetStrokeLineCap(const DrawingWand *wand) in DrawGetStrokeLineCap()
2061 WandExport LineJoin DrawGetStrokeLineJoin(const DrawingWand *wand) in DrawGetStrokeLineJoin()
2096 WandExport size_t DrawGetStrokeMiterLimit(const DrawingWand *wand) in DrawGetStrokeMiterLimit()
2127 WandExport double DrawGetStrokeOpacity(const DrawingWand *wand) in DrawGetStrokeOpacity()
2163 WandExport double DrawGetStrokeWidth(const DrawingWand *wand) in DrawGetStrokeWidth()
2195 WandExport AlignType DrawGetTextAlignment(const DrawingWand *wand) in DrawGetTextAlignment()
2227 WandExport MagickBooleanType DrawGetTextAntialias(const DrawingWand *wand) in DrawGetTextAntialias()
2259 WandExport DecorationType DrawGetTextDecoration(const DrawingWand *wand) in DrawGetTextDecoration()
2291 WandExport DirectionType DrawGetTextDirection(const DrawingWand *wand) in DrawGetTextDirection()
2324 WandExport char *DrawGetTextEncoding(const DrawingWand *wand) in DrawGetTextEncoding()
2357 WandExport double DrawGetTextKerning(DrawingWand *wand) in DrawGetTextKerning()
2389 WandExport double DrawGetTextInterlineSpacing(DrawingWand *wand) in DrawGetTextInterlineSpacing()
2420 WandExport double DrawGetTextInterwordSpacing(DrawingWand *wand) in DrawGetTextInterwordSpacing()
2454 WandExport char *DrawGetVectorGraphics(DrawingWand *wand) in DrawGetVectorGraphics()
2707 WandExport void DrawGetTextUnderColor(const DrawingWand *wand, in DrawGetTextUnderColor()
2750 WandExport void DrawLine(DrawingWand *wand,const double sx,const double sy, in DrawLine()
2785 WandExport void DrawPathClose(DrawingWand *wand) in DrawPathClose()
2857 WandExport void DrawPathCurveToAbsolute(DrawingWand *wand,const double x1, in DrawPathCurveToAbsolute()
2907 WandExport void DrawPathCurveToRelative(DrawingWand *wand,const double x1, in DrawPathCurveToRelative()
2971 WandExport void DrawPathCurveToQuadraticBezierAbsolute(DrawingWand *wand, in DrawPathCurveToQuadraticBezierAbsolute()
3015 WandExport void DrawPathCurveToQuadraticBezierRelative(DrawingWand *wand, in DrawPathCurveToQuadraticBezierRelative()
3083 WandExport void DrawPathCurveToQuadraticBezierSmoothAbsolute(DrawingWand *wand, in DrawPathCurveToQuadraticBezierSmoothAbsolute()
3130 WandExport void DrawPathCurveToQuadraticBezierSmoothRelative(DrawingWand *wand, in DrawPathCurveToQuadraticBezierSmoothRelative()
3197 WandExport void DrawPathCurveToSmoothAbsolute(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothAbsolute()
3247 WandExport void DrawPathCurveToSmoothRelative(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothRelative()
3329 WandExport void DrawPathEllipticArcAbsolute(DrawingWand *wand,const double rx, in DrawPathEllipticArcAbsolute()
3389 WandExport void DrawPathEllipticArcRelative(DrawingWand *wand,const double rx, in DrawPathEllipticArcRelative()
3420 WandExport void DrawPathFinish(DrawingWand *wand) in DrawPathFinish()
3479 WandExport void DrawPathLineToAbsolute(DrawingWand *wand,const double x, in DrawPathLineToAbsolute()
3518 WandExport void DrawPathLineToRelative(DrawingWand *wand,const double x, in DrawPathLineToRelative()
3574 WandExport void DrawPathLineToHorizontalAbsolute(DrawingWand *wand, in DrawPathLineToHorizontalAbsolute()
3611 WandExport void DrawPathLineToHorizontalRelative(DrawingWand *wand, in DrawPathLineToHorizontalRelative()
3664 WandExport void DrawPathLineToVerticalAbsolute(DrawingWand *wand,const double y) in DrawPathLineToVerticalAbsolute()
3700 WandExport void DrawPathLineToVerticalRelative(DrawingWand *wand,const double y) in DrawPathLineToVerticalRelative()
3757 WandExport void DrawPathMoveToAbsolute(DrawingWand *wand,const double x, in DrawPathMoveToAbsolute()
3796 WandExport void DrawPathMoveToRelative(DrawingWand *wand,const double x, in DrawPathMoveToRelative()
3832 WandExport void DrawPathStart(DrawingWand *wand) in DrawPathStart()
3869 WandExport void DrawPoint(DrawingWand *wand,const double x,const double y) in DrawPoint()
3906 WandExport void DrawPolygon(DrawingWand *wand, in DrawPolygon()
3944 WandExport void DrawPolyline(DrawingWand *wand, in DrawPolyline()
3976 WandExport void DrawPopClipPath(DrawingWand *wand) in DrawPopClipPath()
4009 WandExport void DrawPopDefs(DrawingWand *wand) in DrawPopDefs()
4042 WandExport MagickBooleanType DrawPopPattern(DrawingWand *wand) in DrawPopPattern()
4105 WandExport void DrawPushClipPath(DrawingWand *wand,const char *clip_mask_id) in DrawPushClipPath()
4140 WandExport void DrawPushDefs(DrawingWand *wand) in DrawPushDefs()
4189 WandExport MagickBooleanType DrawPushPattern(DrawingWand *wand, in DrawPushPattern()
4247 WandExport void DrawRectangle(DrawingWand *wand,const double x1,const double y1, in DrawRectangle()
4279 WandExport MagickBooleanType DrawRender(DrawingWand *wand) in DrawRender()
4321 WandExport void DrawResetVectorGraphics(DrawingWand *wand) in DrawResetVectorGraphics()
4358 WandExport void DrawRotate(DrawingWand *wand,const double degrees) in DrawRotate()
4404 WandExport void DrawRoundRectangle(DrawingWand *wand,double x1,double y1, in DrawRoundRectangle()
4442 WandExport void DrawScale(DrawingWand *wand,const double x,const double y) in DrawScale()
4476 WandExport void DrawSetBorderColor(DrawingWand *wand, in DrawSetBorderColor()
4529 WandExport MagickBooleanType DrawSetClipPath(DrawingWand *wand, in DrawSetClipPath()
4576 WandExport void DrawSetClipRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetClipRule()
4617 WandExport void DrawSetClipUnits(DrawingWand *wand, in DrawSetClipUnits()
4670 WandExport MagickBooleanType DrawSetDensity(DrawingWand *wand, in DrawSetDensity()
4712 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor()
4762 WandExport void DrawSetFillOpacity(DrawingWand *wand,const double fill_opacity) in DrawSetFillOpacity()
4807 WandExport MagickBooleanType DrawSetFontResolution(DrawingWand *wand, in DrawSetFontResolution()
4848 WandExport void DrawSetOpacity(DrawingWand *wand,const double opacity) in DrawSetOpacity()
4894 WandExport MagickBooleanType DrawSetFillPatternURL(DrawingWand *wand, in DrawSetFillPatternURL()
4954 WandExport void DrawSetFillRule(DrawingWand *wand,const FillRule fill_rule) in DrawSetFillRule()
4994 WandExport MagickBooleanType DrawSetFont(DrawingWand *wand, in DrawSetFont()
5037 WandExport MagickBooleanType DrawSetFontFamily(DrawingWand *wand, in DrawSetFontFamily()
5079 WandExport void DrawSetFontSize(DrawingWand *wand,const double pointsize) in DrawSetFontSize()
5122 WandExport void DrawSetFontStretch(DrawingWand *wand, in DrawSetFontStretch()
5163 WandExport void DrawSetFontStyle(DrawingWand *wand,const StyleType style) in DrawSetFontStyle()
5203 WandExport void DrawSetFontWeight(DrawingWand *wand, in DrawSetFontWeight()
5246 WandExport void DrawSetGravity(DrawingWand *wand,const GravityType gravity) in DrawSetGravity()
5286 WandExport void DrawSetStrokeColor(DrawingWand *wand, in DrawSetStrokeColor()
5337 WandExport MagickBooleanType DrawSetStrokePatternURL(DrawingWand *wand, in DrawSetStrokePatternURL()
5398 WandExport void DrawSetStrokeAntialias(DrawingWand *wand, in DrawSetStrokeAntialias()
5447 WandExport MagickBooleanType DrawSetStrokeDashArray(DrawingWand *wand, in DrawSetStrokeDashArray()
5568 WandExport void DrawSetStrokeDashOffset(DrawingWand *wand, in DrawSetStrokeDashOffset()
5610 WandExport void DrawSetStrokeLineCap(DrawingWand *wand,const LineCap linecap) in DrawSetStrokeLineCap()
5651 WandExport void DrawSetStrokeLineJoin(DrawingWand *wand,const LineJoin linejoin) in DrawSetStrokeLineJoin()
5695 WandExport void DrawSetStrokeMiterLimit(DrawingWand *wand, in DrawSetStrokeMiterLimit()
5734 WandExport void DrawSetStrokeOpacity(DrawingWand *wand, in DrawSetStrokeOpacity()
5779 WandExport void DrawSetStrokeWidth(DrawingWand *wand,const double stroke_width) in DrawSetStrokeWidth()
5819 WandExport void DrawSetTextAlignment(DrawingWand *wand, in DrawSetTextAlignment()
5862 WandExport void DrawSetTextAntialias(DrawingWand *wand, in DrawSetTextAntialias()
5904 WandExport void DrawSetTextDecoration(DrawingWand *wand, in DrawSetTextDecoration()
5947 WandExport void DrawSetTextDirection(DrawingWand *wand, in DrawSetTextDirection()
5993 WandExport void DrawSetTextEncoding(DrawingWand *wand,const char *encoding) in DrawSetTextEncoding()
6033 WandExport void DrawSetTextKerning(DrawingWand *wand,const double kerning) in DrawSetTextKerning()
6073 WandExport void DrawSetTextInterlineSpacing(DrawingWand *wand, in DrawSetTextInterlineSpacing()
6114 WandExport void DrawSetTextInterwordSpacing(DrawingWand *wand, in DrawSetTextInterwordSpacing()
6156 WandExport void DrawSetTextUnderColor(DrawingWand *wand, in DrawSetTextUnderColor()
6219 WandExport MagickBooleanType DrawSetVectorGraphics(DrawingWand *wand, in DrawSetVectorGraphics()
6517 WandExport void DrawSkewX(DrawingWand *wand,const double degrees) in DrawSkewX()
6551 WandExport void DrawSkewY(DrawingWand *wand,const double degrees) in DrawSkewY()
6589 WandExport void DrawTranslate(DrawingWand *wand,const double x,const double y) in DrawTranslate()
6633 WandExport void DrawSetViewbox(DrawingWand *wand,const double x1, in DrawSetViewbox()
6665 WandExport MagickBooleanType IsDrawingWand(const DrawingWand *wand) in IsDrawingWand()
6695 WandExport DrawingWand *NewDrawingWand(void) in NewDrawingWand()
6770 WandExport DrawInfo *PeekDrawingWand(const DrawingWand *wand) in PeekDrawingWand()
6810 WandExport MagickBooleanType PopDrawingWand(DrawingWand *wand) in PopDrawingWand()
6866 WandExport MagickBooleanType PushDrawingWand(DrawingWand *wand) in PushDrawingWand()