Home
last modified time | relevance | path

Searched refs:DWG_OPTS_IN (Results 1 – 11 of 11) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dbits.h77 #define IS_FROM_TU(dat) (dat->from_version >= R_2007) && !(dat->opts & DWG_OPTS_IN)
78 #define IS_FROM_TU_DWG(dwg) (dwg->header.from_version >= R_2007) && !(dwg->opts & DWG_OPTS_IN)
H A Dencode.c1294 if (dwg->opts & DWG_OPTS_IN) in encode_unknown_as_dummy()
1337 if (dwg->opts & DWG_OPTS_IN) in encode_unknown_as_dummy()
1801 || (dwg->opts & DWG_OPTS_IN)) in dwg_encode()
1813 || (dwg->opts & DWG_OPTS_IN && in dwg_encode()
1837 || (dwg->opts & DWG_OPTS_IN && in dwg_encode()
3329 if (dwg->opts & DWG_OPTS_IN) in dwg_encode_get_class()
3338 if (invalid_klass > 2 && !(dwg->opts & DWG_OPTS_IN)) in dwg_encode_get_class()
3430 if (dwg->opts & DWG_OPTS_IN) // DXF or JSON import in dwg_encode_variable_type()
4505 if (dat->opts & DWG_OPTS_IN) // loosen the overflow checks on dxf/json imports in dwg_encode_xdata()
4669 if (dat->opts & DWG_OPTS_IN) // imprecise xdata_size: calculate in dwg_encode_xdata()
H A Ddec_macros.h1472 if (obj->parent->opts & DWG_OPTS_IN) \
1588 if (obj->parent->opts & DWG_OPTS_IN) \
H A Dfree.c872 if (dwg->opts & DWG_OPTS_IN) in dwg_free_object()
H A Ddwg_api.c22197 dwg->opts = loglevel | DWG_OPTS_IN; in dwg_add_Document()
22597 if (dwg->opts & DWG_OPTS_IN) \
22645 if (dwg->opts & DWG_OPTS_IN) \
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.texi1060 …w it was read, from DWG or from an importer (in_dxf or in_json) or the @ref{add api} (DWG_OPTS_IN).
1063 it sets DWG_OPTS_IN.
1067 …codes it from UTF-8 to TV or TU. (TU not yet, as we don't encode R2004+ yet). add sets DWG_OPTS_IN.
H A DLibreDWG.info-113511 (in_dxf or in_json) or the *note add api:: (DWG_OPTS_IN).
13515 DWG_OPTS_IN.
13522 sets DWG_OPTS_IN.
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h8964 #define DWG_OPTS_IN (DWG_OPTS_INDXF | DWG_OPTS_INJSON) macro
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py11850 DWG_OPTS_IN = _LibreDWG.DWG_OPTS_IN variable
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31206 *DWG_OPTS_IN = *LibreDWGc::DWG_OPTS_IN;
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog8369 api: simplified new DWG_OPTS_IN