X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxtools.h;h=1e9bf70558eaf8e0caa2de35e92353847ce8f15f;hb=a820344c783a6d2876799fced4b4c047112fea6a;hp=aa787fbef390fa71daedbeda2a0c30dfde3b9eb0;hpb=50edd3bb0093193fc1a861acbd8ccc055fc120c0;p=swftools.git diff --git a/lib/gfxtools.h b/lib/gfxtools.h index aa787fb..1e9bf70 100644 --- a/lib/gfxtools.h +++ b/lib/gfxtools.h @@ -48,10 +48,10 @@ typedef struct _gfxpoint void gfxdrawer_target_gfxline(gfxdrawer_t*d); -void gfxtool_draw_dashed_line(gfxdrawer_t*d, gfxline_t*line, float*dashes); -gfxline_t* gfxtool_dash_line(gfxline_t*line, float*dashes); +void gfxtool_draw_dashed_line(gfxdrawer_t*d, gfxline_t*line, float*dashes, float phase); +gfxline_t* gfxtool_dash_line(gfxline_t*line, float*dashes, float phase); -void gfxline_dump(gfxline_t*l, FILE*fi); +void gfxline_dump(gfxline_t*l, FILE*fi, char*prefix); void gfxline_free(gfxline_t*l); void gfxdraw_cubicTo(gfxdrawer_t*draw, double c1x, double c1y, double c2x, double c2y, double x, double y);