Definition at line 44 of file lwout_svg.c.
45{
46 int i, end;
48
49 double f = 1.0;
50 double dx, dy,
x,
y, accum_x, accum_y;
51
54
56 {
58 }
59
61
62
64
67
70
72
73
76
77
78 for (i = (start_at_index + 1); i < end; i++)
79 {
81
84
87
88 accum_x += dx;
89 accum_y += dy;
90
94 }
95}
#define OUT_DOUBLE_BUFFER_SIZE
int lwprint_double(double d, int maxdd, char *buf)
static const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
int stringbuffer_aprintf(stringbuffer_t *s, const char *fmt,...)
Appends a formatted string to the current string buffer, using the format and argument list provided.
References getPoint2d_cp(), lwprint_double(), POINTARRAY::npoints, OUT_DOUBLE_BUFFER_SIZE, precision, stringbuffer_aprintf(), POINT2D::x, and POINT2D::y.
Referenced by assvg_compound(), assvg_line(), and assvg_polygon().