Home
last modified time | relevance | path

Searched refs:DWG_TYPE_VIEW_CONTROL (Results 1 – 20 of 20) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dview_control.c1 #define DWG_TYPE DWG_TYPE_VIEW_CONTROL
H A Ddynapi_test.c62588 else if (obj->fixedtype == DWG_TYPE_VIEW_CONTROL) in test_object()
63196 else if (obj->fixedtype == DWG_TYPE_VIEW_CONTROL) in test_object()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdwg.pas321 DWG_TYPE_VIEW_CONTROL := $3c,
410 DWG_TYPE_VIEW_CONTROL :result:='DWG_TYPE_VIEW_CONTROL';
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dfree.c773 case DWG_TYPE_VIEW_CONTROL: in dwg_free_object()
1063 case DWG_TYPE_VIEW_CONTROL: in dwg_free_object_private()
H A Dprint.c536 case DWG_TYPE_VIEW_CONTROL: in dwg_print_object()
H A Dobjects.in355 "VIEW_CONTROL", "VIEW_CONTROL", DWG_TYPE_VIEW_CONTROL, 0, …
H A Dout_dxfb.c1685 case DWG_TYPE_VIEW_CONTROL:
1971 Dwg_Object *ctrl = dwg_get_first_object (dwg, DWG_TYPE_VIEW_CONTROL); in dxfb_tables_write()
H A Dobjects.c1226 …_str452, "VIEW_CONTROL", DWG_TYPE_VIEW_CONTROL, 0, STABLE… in in_word_set()
H A Dout_dxf.c2723 case DWG_TYPE_VIEW_CONTROL:
3185 Dwg_Object *ctrl = dwg_get_first_object (dwg, DWG_TYPE_VIEW_CONTROL); in dxf_tables_write()
H A Ddwg.c1485 || type == DWG_TYPE_LTYPE_CONTROL || type == DWG_TYPE_VIEW_CONTROL in dwg_obj_is_control()
H A Dout_json.c1615 case DWG_TYPE_VIEW_CONTROL: in dwg_json_object()
H A Ddecode.c4327 case DWG_TYPE_VIEW_CONTROL: in obj_has_strings()
5774 case DWG_TYPE_VIEW_CONTROL: in dwg_decode_add_object()
H A Dencode.c3675 case DWG_TYPE_VIEW_CONTROL: in dwg_encode_add_object()
H A Din_dxf.c6364 && obj->fixedtype != DWG_TYPE_VIEW_CONTROL in new_table_control()
H A Ddynapi.c13114 …{ "VIEW_CONTROL", DWG_TYPE_VIEW_CONTROL /*(60)*/, _dwg_VIEW_CONTROL_fields, sizeof (struct _dwg_ob…
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h369 DWG_TYPE_VIEW_CONTROL = 0x3c, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py261 DWG_TYPE_VIEW_CONTROL = _LibreDWG.DWG_TYPE_VIEW_CONTROL variable
H A Dswig_python.c387502 SWIG_Python_SetConstant(d, "DWG_TYPE_VIEW_CONTROL",SWIG_From_int((int)(DWG_TYPE_VIEW_CONTROL))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm30884 *DWG_TYPE_VIEW_CONTROL = *LibreDWGc::DWG_TYPE_VIEW_CONTROL;
H A DLibreDWG.c468454 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_VIEW_CONTROL))); in XS()