Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/ImageMag.../wand
File: drawing-wand.h
/*
[0] Fix | Delete
Copyright 1999 ImageMagick Studio LLC, a non-profit organization
[1] Fix | Delete
dedicated to making software imaging solutions freely available.
[2] Fix | Delete
[3] Fix | Delete
You may not use this file except in compliance with the License. You may
[4] Fix | Delete
obtain a copy of the License at
[5] Fix | Delete
[6] Fix | Delete
https://imagemagick.org/script/license.php
[7] Fix | Delete
[8] Fix | Delete
Unless required by applicable law or agreed to in writing, software
[9] Fix | Delete
distributed under the License is distributed on an "AS IS" BASIS,
[10] Fix | Delete
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[11] Fix | Delete
See the License for the specific language governing permissions and
[12] Fix | Delete
limitations under the License.
[13] Fix | Delete
[14] Fix | Delete
MagickWand drawing wand methods.
[15] Fix | Delete
*/
[16] Fix | Delete
#ifndef MAGICKWAND_DRAWING_WAND_H
[17] Fix | Delete
#define MAGICKWAND_DRAWING_WAND_H
[18] Fix | Delete
[19] Fix | Delete
#include "wand/pixel-wand.h"
[20] Fix | Delete
[21] Fix | Delete
#if defined(__cplusplus) || defined(c_plusplus)
[22] Fix | Delete
extern "C" {
[23] Fix | Delete
#endif
[24] Fix | Delete
[25] Fix | Delete
typedef struct _DrawingWand
[26] Fix | Delete
DrawingWand;
[27] Fix | Delete
[28] Fix | Delete
extern WandExport AlignType
[29] Fix | Delete
DrawGetTextAlignment(const DrawingWand *);
[30] Fix | Delete
[31] Fix | Delete
extern WandExport char
[32] Fix | Delete
*DrawGetClipPath(const DrawingWand *),
[33] Fix | Delete
*DrawGetDensity(const DrawingWand *),
[34] Fix | Delete
*DrawGetException(const DrawingWand *,ExceptionType *),
[35] Fix | Delete
*DrawGetFont(const DrawingWand *),
[36] Fix | Delete
*DrawGetFontFamily(const DrawingWand *),
[37] Fix | Delete
*DrawGetTextEncoding(const DrawingWand *),
[38] Fix | Delete
*DrawGetVectorGraphics(DrawingWand *);
[39] Fix | Delete
[40] Fix | Delete
extern WandExport ClipPathUnits
[41] Fix | Delete
DrawGetClipUnits(const DrawingWand *) magick_attribute((__pure__));
[42] Fix | Delete
[43] Fix | Delete
extern WandExport DecorationType
[44] Fix | Delete
DrawGetTextDecoration(const DrawingWand *) magick_attribute((__pure__));
[45] Fix | Delete
[46] Fix | Delete
extern WandExport DirectionType
[47] Fix | Delete
DrawGetTextDirection(const DrawingWand *);
[48] Fix | Delete
[49] Fix | Delete
extern WandExport double
[50] Fix | Delete
DrawGetFillOpacity(const DrawingWand *) magick_attribute((__pure__)),
[51] Fix | Delete
DrawGetFontSize(const DrawingWand *) magick_attribute((__pure__)),
[52] Fix | Delete
DrawGetOpacity(const DrawingWand *) magick_attribute((__pure__)),
[53] Fix | Delete
*DrawGetStrokeDashArray(const DrawingWand *,size_t *),
[54] Fix | Delete
DrawGetStrokeDashOffset(const DrawingWand *) magick_attribute((__pure__)),
[55] Fix | Delete
DrawGetStrokeOpacity(const DrawingWand *) magick_attribute((__pure__)),
[56] Fix | Delete
DrawGetStrokeWidth(const DrawingWand *) magick_attribute((__pure__)),
[57] Fix | Delete
DrawGetTextKerning(DrawingWand *) magick_attribute((__pure__)),
[58] Fix | Delete
DrawGetTextInterlineSpacing(DrawingWand *) magick_attribute((__pure__)),
[59] Fix | Delete
DrawGetTextInterwordSpacing(DrawingWand *) magick_attribute((__pure__));
[60] Fix | Delete
[61] Fix | Delete
extern WandExport DrawInfo
[62] Fix | Delete
*PeekDrawingWand(const DrawingWand *);
[63] Fix | Delete
[64] Fix | Delete
extern WandExport DrawingWand
[65] Fix | Delete
*AcquireDrawingWand(const DrawInfo *,Image *),
[66] Fix | Delete
*CloneDrawingWand(const DrawingWand *),
[67] Fix | Delete
*DestroyDrawingWand(DrawingWand *),
[68] Fix | Delete
*NewDrawingWand(void);
[69] Fix | Delete
[70] Fix | Delete
extern WandExport ExceptionType
[71] Fix | Delete
DrawGetExceptionType(const DrawingWand *);
[72] Fix | Delete
[73] Fix | Delete
extern WandExport FillRule
[74] Fix | Delete
DrawGetClipRule(const DrawingWand *) magick_attribute((__pure__)),
[75] Fix | Delete
DrawGetFillRule(const DrawingWand *) magick_attribute((__pure__));
[76] Fix | Delete
[77] Fix | Delete
extern WandExport GravityType
[78] Fix | Delete
DrawGetGravity(const DrawingWand *) magick_attribute((__pure__));
[79] Fix | Delete
[80] Fix | Delete
extern WandExport LineCap
[81] Fix | Delete
DrawGetStrokeLineCap(const DrawingWand *) magick_attribute((__pure__));
[82] Fix | Delete
[83] Fix | Delete
extern WandExport LineJoin
[84] Fix | Delete
DrawGetStrokeLineJoin(const DrawingWand *) magick_attribute((__pure__));
[85] Fix | Delete
[86] Fix | Delete
extern WandExport MagickBooleanType
[87] Fix | Delete
DrawClearException(DrawingWand *),
[88] Fix | Delete
DrawComposite(DrawingWand *,const CompositeOperator,const double,const double,
[89] Fix | Delete
const double,const double,MagickWand *),
[90] Fix | Delete
DrawGetFontResolution(const DrawingWand *,double *,double *),
[91] Fix | Delete
DrawGetStrokeAntialias(const DrawingWand *) magick_attribute((__pure__)),
[92] Fix | Delete
DrawGetTextAntialias(const DrawingWand *) magick_attribute((__pure__)),
[93] Fix | Delete
DrawPopPattern(DrawingWand *),
[94] Fix | Delete
DrawPushPattern(DrawingWand *,const char *,const double,const double,
[95] Fix | Delete
const double,const double),
[96] Fix | Delete
DrawRender(DrawingWand *),
[97] Fix | Delete
DrawSetClipPath(DrawingWand *,const char *),
[98] Fix | Delete
DrawSetDensity(DrawingWand *,const char *),
[99] Fix | Delete
DrawSetFillPatternURL(DrawingWand *,const char *),
[100] Fix | Delete
DrawSetFont(DrawingWand *,const char *),
[101] Fix | Delete
DrawSetFontFamily(DrawingWand *,const char *),
[102] Fix | Delete
DrawSetFontResolution(DrawingWand *,const double,const double),
[103] Fix | Delete
DrawSetStrokeDashArray(DrawingWand *,const size_t,const double *),
[104] Fix | Delete
DrawSetStrokePatternURL(DrawingWand *,const char *),
[105] Fix | Delete
DrawSetVectorGraphics(DrawingWand *,const char *),
[106] Fix | Delete
IsDrawingWand(const DrawingWand *),
[107] Fix | Delete
PopDrawingWand(DrawingWand *),
[108] Fix | Delete
PushDrawingWand(DrawingWand *);
[109] Fix | Delete
[110] Fix | Delete
extern WandExport StretchType
[111] Fix | Delete
DrawGetFontStretch(const DrawingWand *);
[112] Fix | Delete
[113] Fix | Delete
extern WandExport StyleType
[114] Fix | Delete
DrawGetFontStyle(const DrawingWand *);
[115] Fix | Delete
[116] Fix | Delete
extern WandExport size_t
[117] Fix | Delete
DrawGetFontWeight(const DrawingWand *) magick_attribute((__pure__)),
[118] Fix | Delete
DrawGetStrokeMiterLimit(const DrawingWand *) magick_attribute((__pure__));
[119] Fix | Delete
[120] Fix | Delete
extern WandExport void
[121] Fix | Delete
ClearDrawingWand(DrawingWand *),
[122] Fix | Delete
DrawAffine(DrawingWand *,const AffineMatrix *),
[123] Fix | Delete
DrawAnnotation(DrawingWand *,const double,const double,const unsigned char *),
[124] Fix | Delete
DrawArc(DrawingWand *,const double,const double,const double,const double,
[125] Fix | Delete
const double,const double),
[126] Fix | Delete
DrawBezier(DrawingWand *,const size_t,const PointInfo *),
[127] Fix | Delete
DrawGetBorderColor(const DrawingWand *,PixelWand *),
[128] Fix | Delete
DrawCircle(DrawingWand *,const double,const double,const double,const double),
[129] Fix | Delete
DrawColor(DrawingWand *,const double,const double,const PaintMethod),
[130] Fix | Delete
DrawComment(DrawingWand *,const char *),
[131] Fix | Delete
DrawEllipse(DrawingWand *,const double,const double,const double,const double,
[132] Fix | Delete
const double,const double),
[133] Fix | Delete
DrawGetFillColor(const DrawingWand *,PixelWand *),
[134] Fix | Delete
DrawGetStrokeColor(const DrawingWand *,PixelWand *),
[135] Fix | Delete
DrawSetTextKerning(DrawingWand *,const double),
[136] Fix | Delete
DrawSetTextInterlineSpacing(DrawingWand *,const double),
[137] Fix | Delete
DrawSetTextInterwordSpacing(DrawingWand *,const double),
[138] Fix | Delete
DrawGetTextUnderColor(const DrawingWand *,PixelWand *),
[139] Fix | Delete
DrawLine(DrawingWand *,const double, const double,const double,const double),
[140] Fix | Delete
DrawMatte(DrawingWand *,const double,const double,const PaintMethod),
[141] Fix | Delete
DrawPathClose(DrawingWand *),
[142] Fix | Delete
DrawPathCurveToAbsolute(DrawingWand *,const double,const double,const double,
[143] Fix | Delete
const double,const double,const double),
[144] Fix | Delete
DrawPathCurveToRelative(DrawingWand *,const double,const double,const double,
[145] Fix | Delete
const double,const double, const double),
[146] Fix | Delete
DrawPathCurveToQuadraticBezierAbsolute(DrawingWand *,const double,
[147] Fix | Delete
const double,const double,const double),
[148] Fix | Delete
DrawPathCurveToQuadraticBezierRelative(DrawingWand *,const double,
[149] Fix | Delete
const double,const double,const double),
[150] Fix | Delete
DrawPathCurveToQuadraticBezierSmoothAbsolute(DrawingWand *,const double,
[151] Fix | Delete
const double),
[152] Fix | Delete
DrawPathCurveToQuadraticBezierSmoothRelative(DrawingWand *,const double,
[153] Fix | Delete
const double),
[154] Fix | Delete
DrawPathCurveToSmoothAbsolute(DrawingWand *,const double,const double,
[155] Fix | Delete
const double,const double),
[156] Fix | Delete
DrawPathCurveToSmoothRelative(DrawingWand *,const double,const double,
[157] Fix | Delete
const double,const double),
[158] Fix | Delete
DrawPathEllipticArcAbsolute(DrawingWand *,const double,const double,
[159] Fix | Delete
const double,const MagickBooleanType,const MagickBooleanType,const double,
[160] Fix | Delete
const double),
[161] Fix | Delete
DrawPathEllipticArcRelative(DrawingWand *,const double,const double,
[162] Fix | Delete
const double,const MagickBooleanType,const MagickBooleanType,const double,
[163] Fix | Delete
const double),
[164] Fix | Delete
DrawPathFinish(DrawingWand *),
[165] Fix | Delete
DrawPathLineToAbsolute(DrawingWand *,const double,const double),
[166] Fix | Delete
DrawPathLineToRelative(DrawingWand *,const double,const double),
[167] Fix | Delete
DrawPathLineToHorizontalAbsolute(DrawingWand *,const double),
[168] Fix | Delete
DrawPathLineToHorizontalRelative(DrawingWand *,const double),
[169] Fix | Delete
DrawPathLineToVerticalAbsolute(DrawingWand *,const double),
[170] Fix | Delete
DrawPathLineToVerticalRelative(DrawingWand *,const double),
[171] Fix | Delete
DrawPathMoveToAbsolute(DrawingWand *,const double,const double),
[172] Fix | Delete
DrawPathMoveToRelative(DrawingWand *,const double,const double),
[173] Fix | Delete
DrawPathStart(DrawingWand *),
[174] Fix | Delete
DrawPoint(DrawingWand *,const double,const double),
[175] Fix | Delete
DrawPolygon(DrawingWand *,const size_t,const PointInfo *),
[176] Fix | Delete
DrawPolyline(DrawingWand *,const size_t,const PointInfo *),
[177] Fix | Delete
DrawPopClipPath(DrawingWand *),
[178] Fix | Delete
DrawPopDefs(DrawingWand *),
[179] Fix | Delete
DrawPushClipPath(DrawingWand *,const char *),
[180] Fix | Delete
DrawPushDefs(DrawingWand *),
[181] Fix | Delete
DrawRectangle(DrawingWand *,const double,const double,const double,
[182] Fix | Delete
const double),
[183] Fix | Delete
DrawResetVectorGraphics(DrawingWand *),
[184] Fix | Delete
DrawRotate(DrawingWand *,const double),
[185] Fix | Delete
DrawRoundRectangle(DrawingWand *,double,double,double,double,double,double),
[186] Fix | Delete
DrawScale(DrawingWand *,const double,const double),
[187] Fix | Delete
DrawSetBorderColor(DrawingWand *,const PixelWand *),
[188] Fix | Delete
DrawSetClipRule(DrawingWand *,const FillRule),
[189] Fix | Delete
DrawSetClipUnits(DrawingWand *,const ClipPathUnits),
[190] Fix | Delete
DrawSetFillColor(DrawingWand *,const PixelWand *),
[191] Fix | Delete
DrawSetFillOpacity(DrawingWand *,const double),
[192] Fix | Delete
DrawSetFillRule(DrawingWand *,const FillRule),
[193] Fix | Delete
DrawSetFontSize(DrawingWand *,const double),
[194] Fix | Delete
DrawSetFontStretch(DrawingWand *,const StretchType),
[195] Fix | Delete
DrawSetFontStyle(DrawingWand *,const StyleType),
[196] Fix | Delete
DrawSetFontWeight(DrawingWand *,const size_t),
[197] Fix | Delete
DrawSetGravity(DrawingWand *,const GravityType),
[198] Fix | Delete
DrawSetOpacity(DrawingWand *,const double),
[199] Fix | Delete
DrawSetStrokeAntialias(DrawingWand *,const MagickBooleanType),
[200] Fix | Delete
DrawSetStrokeColor(DrawingWand *,const PixelWand *),
[201] Fix | Delete
DrawSetStrokeDashOffset(DrawingWand *,const double dashoffset),
[202] Fix | Delete
DrawSetStrokeLineCap(DrawingWand *,const LineCap),
[203] Fix | Delete
DrawSetStrokeLineJoin(DrawingWand *,const LineJoin),
[204] Fix | Delete
DrawSetStrokeMiterLimit(DrawingWand *,const size_t),
[205] Fix | Delete
DrawSetStrokeOpacity(DrawingWand *, const double),
[206] Fix | Delete
DrawSetStrokeWidth(DrawingWand *,const double),
[207] Fix | Delete
DrawSetTextAlignment(DrawingWand *,const AlignType),
[208] Fix | Delete
DrawSetTextAntialias(DrawingWand *,const MagickBooleanType),
[209] Fix | Delete
DrawSetTextDecoration(DrawingWand *,const DecorationType),
[210] Fix | Delete
DrawSetTextDirection(DrawingWand *,const DirectionType),
[211] Fix | Delete
DrawSetTextEncoding(DrawingWand *,const char *),
[212] Fix | Delete
DrawSetTextUnderColor(DrawingWand *,const PixelWand *),
[213] Fix | Delete
DrawSetViewbox(DrawingWand *,ssize_t,ssize_t,ssize_t,ssize_t),
[214] Fix | Delete
DrawSkewX(DrawingWand *,const double),
[215] Fix | Delete
DrawSkewY(DrawingWand *,const double),
[216] Fix | Delete
DrawTranslate(DrawingWand *,const double,const double);
[217] Fix | Delete
[218] Fix | Delete
#if defined(__cplusplus) || defined(c_plusplus)
[219] Fix | Delete
}
[220] Fix | Delete
#endif
[221] Fix | Delete
[222] Fix | Delete
#endif
[223] Fix | Delete
[224] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function