Definition at line 44 of file lwout_svg.c.
50 double dx, dy,
x,
y, accum_x, accum_y;
78 for (i = (start_at_index + 1); i < end; i++)
#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, pixval::x, POINT2D::y, and pixval::y.
Referenced by assvg_compound(), assvg_line(), and assvg_polygon().