polywriter_t       25 lib/gfxpoly/convert.c static void convert_gfxline(gfxline_t*line, polywriter_t*w, double gridsize)
polywriter_t       79 lib/gfxpoly/convert.c static void convert_file(const char*filename, polywriter_t*w, double gridsize)
polywriter_t      159 lib/gfxpoly/convert.c static void compactmoveto(polywriter_t*w, int32_t x, int32_t y)
polywriter_t      178 lib/gfxpoly/convert.c static void compactlineto(polywriter_t*w, int32_t x, int32_t y)
polywriter_t      206 lib/gfxpoly/convert.c static void compactsetgridsize(polywriter_t*w, double gridsize)
polywriter_t      217 lib/gfxpoly/convert.c static void*compactfinish(polywriter_t*w)
polywriter_t      227 lib/gfxpoly/convert.c void gfxpolywriter_init(polywriter_t*w)
polywriter_t      247 lib/gfxpoly/convert.c     polywriter_t writer;
polywriter_t      255 lib/gfxpoly/convert.c     polywriter_t writer;
polywriter_t      281 lib/gfxpoly/convert.c     polywriter_t writer;
polywriter_t       19 lib/gfxpoly/convert.h void gfxpolywriter_init(polywriter_t*w);