Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Drastervariables.c1 #define DWG_TYPE DWG_TYPE_RASTERVARIABLES
H A Dcommon.c625 if (DWG_TYPE == DWG_TYPE_RASTERVARIABLES) in main()
H A Ddynapi_test.c62534 else if (obj->fixedtype == DWG_TYPE_RASTERVARIABLES) in test_object()
63142 else if (obj->fixedtype == DWG_TYPE_RASTERVARIABLES) in test_object()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in327 "RASTERVARIABLES", "RASTERVARIABLES", DWG_TYPE_RASTERVARIABLES, …
H A Dobjects.c934 …l_str180, "RASTERVARIABLES", DWG_TYPE_RASTERVARIABLES, 0, STABL… in in_word_set()
H A Ddynapi.c13063 …{ "RASTERVARIABLES", DWG_TYPE_RASTERVARIABLES /*(695)*/, _dwg_RASTERVARIABLES_fields, sizeof (stru…
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h594 DWG_TYPE_RASTERVARIABLES, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py481 DWG_TYPE_RASTERVARIABLES = _LibreDWG.DWG_TYPE_RASTERVARIABLES variable
H A Dswig_python.c387722 …G_Python_SetConstant(d, "DWG_TYPE_RASTERVARIABLES",SWIG_From_int((int)(DWG_TYPE_RASTERVARIABLES))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31104 *DWG_TYPE_RASTERVARIABLES = *LibreDWGc::DWG_TYPE_RASTERVARIABLES;
H A DLibreDWG.c469554 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_RASTERVARIABLES))); in XS()