Home
last modified time | relevance | path

Searched refs:svg_rect (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/evtranalyze/
H A Dsvg.h38 struct svg_rect;
42 typedef struct svg_rect *svg_rect_t;
54 struct svg_rect *svg_rect_new(const char *);
H A Dsvg.c45 struct svg_rect { struct
131 svg_rect_init(struct svg_rect *rect, const char *cl) in svg_rect_init()
153 struct svg_rect *
156 struct svg_rect *r; in svg_rect_new()
166 svg_rect_draw(svg_document_t doc, struct svg_rect *rect, double x, in svg_rect_draw()