Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dvisualstyle.c1 #define DWG_TYPE DWG_TYPE_VISUALSTYLE
H A Dcommon.c260 DWG_TYPE == DWG_TYPE_VISUALSTYLE) in main()
H A Ddynapi_test.c62590 else if (obj->fixedtype == DWG_TYPE_VISUALSTYLE) in test_object()
63198 else if (obj->fixedtype == DWG_TYPE_VISUALSTYLE) in test_object()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dclasses.c1038 type == DWG_TYPE_VISUALSTYLE || in obj_has_strings()
H A Dobjects.in356 "VISUALSTYLE", "VISUALSTYLE", DWG_TYPE_VISUALSTYLE, 0, S…
H A Dobjects.c1419 …str636, "VISUALSTYLE", DWG_TYPE_VISUALSTYLE, 0, STABLE}, in in_word_set()
H A Din_dxf.c10924 else if (obj->fixedtype == DWG_TYPE_VISUALSTYLE in new_object()
10963 if (obj->fixedtype == DWG_TYPE_VISUALSTYLE in new_object()
H A Ddynapi.c13117 …{ "VISUALSTYLE", DWG_TYPE_VISUALSTYLE /*(724)*/, _dwg_VISUALSTYLE_fields, sizeof (struct _dwg_obje…
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h623 DWG_TYPE_VISUALSTYLE, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py510 DWG_TYPE_VISUALSTYLE = _LibreDWG.DWG_TYPE_VISUALSTYLE variable
H A Dswig_python.c387751 SWIG_Python_SetConstant(d, "DWG_TYPE_VISUALSTYLE",SWIG_From_int((int)(DWG_TYPE_VISUALSTYLE))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31133 *DWG_TYPE_VISUALSTYLE = *LibreDWGc::DWG_TYPE_VISUALSTYLE;
H A DLibreDWG.c469699 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_VISUALSTYLE))); in XS()