Home
last modified time | relevance | path

Searched refs:VALUE_RD (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dout_geojson.c251 # define VALUE_RD(value) \ macro
259 # define VALUE_RD(value) _VALUE_RD (value) macro
264 VALUE_RD (px); \
266 VALUE_RD (py); \
272 VALUE_RD (px); \
274 VALUE_RD (py); \
282 VALUE_RD (px); \
284 VALUE_RD (py); \
288 VALUE_RD (pz); \
295 VALUE_RD (px); \
[all …]
H A Dout_dxfb.c301 VALUE_RD (dwg->var.x, c1); \
302 VALUE_RD (dwg->var.y, c2); \
303 VALUE_RD (dwg->var.z, c3); \
368 #define VALUE_BD(value, dxf) VALUE_RD (value, dxf)
464 #define FIELD_RD(nam, dxf) VALUE_RD (_obj->nam, dxf)
711 #define FIELD_TIMEBLL(nam, dxf) VALUE_RD (_obj->nam.value, dxf)
1046 case 42: VALUE_RD (data->u.eed_40.real, dxf); break; in dxfb_write_eed()
1079 VALUE_RD (rbuf->value.dbl, dxftype); in dxfb_write_xdata()
1095 VALUE_RD (rbuf->value.pt[0], dxftype); in dxfb_write_xdata()
1096 VALUE_RD (rbuf->value.pt[1], dxftype + 10); in dxfb_write_xdata()
[all …]
H A Dout_dxf.c346 #define VALUE_RD(value, dxf) dxf_print_rd (dat, value, dxf) macro
468 VALUE_RD (_f, dxf); \
472 VALUE_RD (value, dxf); \
484 VALUE_RD (pt.x, dxf); \
485 VALUE_RD (pt.y, dxf + 10); \
494 #define FIELD_RD(nam, dxf) VALUE_RD (_obj->nam, dxf)
1284 case 42: VALUE_RD (data->u.eed_40.real, dxf); break; in dxf_write_eed()
1439 VALUE_RD (rbuf->value.dbl, dxftype); in dxf_write_xdata()
1455 VALUE_RD (rbuf->value.pt[0], dxftype); in dxf_write_xdata()
1456 VALUE_RD (rbuf->value.pt[1], dxftype + 10); in dxf_write_xdata()
[all …]
H A Dout_json.c159 # define VALUE_RD(value, dxf) \ macro
165 # define VALUE_RD(value, dxf) _VALUE_RD (value, dxf) macro
183 VALUE_RD (pt.x, 0); \
185 VALUE_RD (pt.y, 0); \
192 VALUE_RD (pt.x, 0); \
194 VALUE_RD (pt.y, 0); \
196 VALUE_RD (pt.z, 0); \
1017 VALUE_RD (data->u.eed_40.real, 0); break; in json_eed()
1064 VALUE_RD (rbuf->value.dbl, 0); in json_xdata()
H A Dprint.c216 #define VALUE_RD(value, dxf) VALUE (value, RD, dxf) macro
H A Dfree.c85 #define VALUE_RD(value, dxf) VALUE (value, RD, dxf) macro
H A Ddec_macros.h63 #define VALUE_RD(value, dxf) VALUE (value, RD, dxf) macro
H A Ddwg.spec3986 VALUE_RD (start_angle, 51);
3987 VALUE_RD (end_angle, 52);
8859 DXF { VALUE_RD (0.0, 30); } \
H A Dencode.c112 #define VALUE_RD(value, dxf) VALUE (value, RD, dxf) macro
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog8106 dxf: strip ending .00 also in VALUE_RD
13001 convert dxf VALUE_RD to a function, too large for a macro.
17668 dxf: special-case VALUE_RD