Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblockstretchaction.c2 #define DWG_TYPE DWG_TYPE_BLOCKSTRETCHACTION
H A Dcommon.c502 DWG_TYPE == DWG_TYPE_BLOCKSTRETCHACTION) in main()
H A Ddynapi_test.c62378 else if (obj->fixedtype == DWG_TYPE_BLOCKSTRETCHACTION) in test_object()
62986 else if (obj->fixedtype == DWG_TYPE_BLOCKSTRETCHACTION) in test_object()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in246 …TCHACTION", "BLOCKSTRETCHACTION", DWG_TYPE_BLOCKSTRETCHACTION, 0, UNS…
H A Dobjects.c1201 …ool_str433, "BLOCKSTRETCHACTION", DWG_TYPE_BLOCKSTRETCHACTION, 0, UNS… in in_word_set()
H A Ddynapi.c12930 …{ "BLOCKSTRETCHACTION", DWG_TYPE_BLOCKSTRETCHACTION /*(606)*/, _dwg_BLOCKSTRETCHACTION_fields, siz…
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h504 DWG_TYPE_BLOCKSTRETCHACTION, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py392 DWG_TYPE_BLOCKSTRETCHACTION = _LibreDWG.DWG_TYPE_BLOCKSTRETCHACTION variable
H A Dswig_python.c387633 …on_SetConstant(d, "DWG_TYPE_BLOCKSTRETCHACTION",SWIG_From_int((int)(DWG_TYPE_BLOCKSTRETCHACTION))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31015 *DWG_TYPE_BLOCKSTRETCHACTION = *LibreDWGc::DWG_TYPE_BLOCKSTRETCHACTION;
H A DLibreDWG.c469109 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_BLOCKSTRETCHACTION))); in XS()