Searched refs:xml_attribute_set_value (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/usr.bin/evtranalyze/ |
H A D | svg.c | 170 xml_attribute_set_value(&rect->x, &rect->x_val[0]); in svg_rect_draw() 172 xml_attribute_set_value(&rect->y, &rect->y_val[0]); in svg_rect_draw() 174 xml_attribute_set_value(&rect->w, &rect->w_val[0]); in svg_rect_draw() 176 xml_attribute_set_value(&rect->h, &rect->h_val[0]); in svg_rect_draw() 222 xml_attribute_set_value(&text->x, &text->x_val[0]); in svg_text_draw() 224 xml_attribute_set_value(&text->y, &text->y_val[0]); in svg_text_draw() 228 xml_attribute_set_value(&text->fontsize, &text->fontsize_val[0]); in svg_text_draw() 232 xml_attribute_set_value(&text->transform, &text->transform_val[0]); in svg_text_draw() 279 xml_attribute_set_value(&line->x1, &line->x1_val[0]); in svg_line_draw() 282 xml_attribute_set_value(&line->x2, &line->x2_val[0]); in svg_line_draw() [all …]
|
H A D | xml.h | 85 xml_attribute_set_value(xml_attribute_t at, const char *value) in xml_attribute_set_value() function
|