Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dheader_variables.spec601 FIELD_VALUE (_3DDWFPREC) = 2.0;
624 FIELD_BD (_3DDWFPREC, 40);
H A Dheader_variables_dxf.spec404 HEADER_VALUE (3DDWFPREC, BD, 40, _obj->_3DDWFPREC);
H A Din_dxf.c1118 dwg->header_vars._3DDWFPREC = pair->value.d; in dxf_header_read()
H A Ddynapi.c686 { "_3DDWFPREC", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_header_variables, _3DDWFPREC),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1125 BITCODE_BD _3DDWFPREC; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-11015 '_3DDWFPREC'
H A Ddynapi.texi660 @item _3DDWFPREC
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c4839 && _3ddwfprec == dwg->header_vars._3DDWFPREC) in test_header()
4842 fail ("HEADER._3DDWFPREC [BD] %g != %g", dwg->header_vars._3DDWFPREC, _3ddwfprec); in test_header()
4845 && _3ddwfprec == dwg->header_vars._3DDWFPREC) in test_header()
4849 dwg->header_vars._3DDWFPREC, _3ddwfprec); in test_header()
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py980_3DDWFPREC = property(_LibreDWG.Dwg_Header_Variables__3DDWFPREC_get, _LibreDWG.Dwg_Header_Variable… variable in Dwg_Header_Variables
H A Dswig_python.c24668 if (arg1) (arg1)->_3DDWFPREC = arg2; in _wrap_Dwg_Header_Variables__3DDWFPREC_set()
24691 result = (BITCODE_BD) ((arg1)->_3DDWFPREC); in _wrap_Dwg_Header_Variables__3DDWFPREC_get()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog11696 indxf: fix HEADER._3DDWFPREC
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c28334 if (arg1) (arg1)->_3DDWFPREC = arg2; in XS()
28364 result = (BITCODE_BD) ((arg1)->_3DDWFPREC); in XS()