Home
last modified time | relevance | path

Searched refs:DWG_TYPE_DICTIONARYWDFLT (Results 1 – 13 of 13) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddictionarywdflt.c1 #define DWG_TYPE DWG_TYPE_DICTIONARYWDFLT
H A Dadd_test.c370 case DWG_TYPE_DICTIONARYWDFLT: in test_add()
1054 error += test_add (DWG_TYPE_DICTIONARYWDFLT, "add_dictwdflt_2000", dxf); in main()
H A Ddynapi_test.c62416 else if (obj->fixedtype == DWG_TYPE_DICTIONARYWDFLT) in test_object()
63024 else if (obj->fixedtype == DWG_TYPE_DICTIONARYWDFLT) in test_object()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dclasses.c1011 type == DWG_TYPE_DICTIONARYWDFLT || in obj_has_strings()
H A Dobjects.in266 "DICTIONARYWDFLT", "ACDBDICTIONARYWDFLT", DWG_TYPE_DICTIONARYWDFLT, …
H A Dobjects.c1112 …l_str350, "ACDBDICTIONARYWDFLT", DWG_TYPE_DICTIONARYWDFLT, 0, STABL… in in_word_set()
H A Ddynapi.c12954 …{ "DICTIONARYWDFLT", DWG_TYPE_DICTIONARYWDFLT /*(625)*/, _dwg_DICTIONARYWDFLT_fields, sizeof (stru…
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwggrep.c1539 || obj->fixedtype == DWG_TYPE_DICTIONARYWDFLT) in match_OBJECTS()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h523 DWG_TYPE_DICTIONARYWDFLT, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py411 DWG_TYPE_DICTIONARYWDFLT = _LibreDWG.DWG_TYPE_DICTIONARYWDFLT variable
H A Dswig_python.c387652 …G_Python_SetConstant(d, "DWG_TYPE_DICTIONARYWDFLT",SWIG_From_int((int)(DWG_TYPE_DICTIONARYWDFLT))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31034 *DWG_TYPE_DICTIONARYWDFLT = *LibreDWGc::DWG_TYPE_DICTIONARYWDFLT;
H A DLibreDWG.c469204 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_DICTIONARYWDFLT))); in XS()