Home
last modified time | relevance | path

Searched refs:eed_2 (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_json.c1355 data->u.eed_2.close = (BITCODE_RC)json_long (dat, tokens); in json_eed()
1356 LOG_TRACE ("eed[%u].data.close %d\n", i, data->u.eed_2.close); in json_eed()
H A Dencode.c4029 bit_write_RC (dat, data->u.eed_2.close); in dwg_encode_eed_data()
4030 LOG_TRACE ("close: %d [RC]", (int)data->u.eed_2.close); in dwg_encode_eed_data()
H A Dout_json.c1003 case 2: VALUE_RC (data->u.eed_2.close, 0); break; in json_eed()
H A Dout_dxfb.c1026 if (data->u.eed_2.close) in dxfb_write_eed()
H A Ddecode.c3950 data->u.eed_2.close = bit_read_RC (dat); in dwg_decode_eed_data()
3951 LOG_TRACE ("close: " FORMAT_RC " [RC]\n", data->u.eed_2.close); in dwg_decode_eed_data()
H A Dout_dxf.c1264 if (data->u.eed_2.close) in dxf_write_eed()
H A Din_dxf.c1779 eed[i].data->u.eed_2.close = strEQc (pair->value.s, "{") ? 0 : 1; in add_eed()
1780 LOG_TRACE ("close: %d\n", eed[i].data->u.eed_2.close); in add_eed()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7798 } eed_2; member
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10319 eed_2 = property(_LibreDWG.eed_data_t_eed_2_get) variable in eed_data_t
H A Dswig_python.c304096 result = (eed_data_t_eed_2 *)& ((arg1)->eed_2); in _wrap_eed_data_t_eed_2_get()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog1163 Rename the EED field to u.eed_2.close
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c371392 result = (eed_data_t_eed_2 *)& ((arg1)->eed_2); in XS()