Home
last modified time | relevance | path

Searched refs:LTYPE_CONTROL (Results 1 – 18 of 18) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dltype_control.c15 CHK_ENTITY_TYPE (ctrl, LTYPE_CONTROL, num_entries, BS); in api_process()
37 CHK_ENTITY_H (ctrl, LTYPE_CONTROL, bylayer); in api_process()
38 CHK_ENTITY_H (ctrl, LTYPE_CONTROL, byblock); in api_process()
H A Ddynapi_test.c49873 Dwg_Object_LTYPE_CONTROL *restrict ltype_control = obj->tio.object->tio.LTYPE_CONTROL; in test_LTYPE_CONTROL()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in300 "LTYPE_CONTROL", "LTYPE_CONTROL", DWG_TYPE_LTYPE_CONTROL, 0,…
H A Dobjects.inc258 DWG_OBJECT (LTYPE_CONTROL)
H A Dout_dxfb.c1888 if (ctrl && ctrl->tio.object && ctrl->tio.object->tio.LTYPE_CONTROL) in dxfb_tables_write()
1891 Dwg_Object_LTYPE_CONTROL *_ctrl = ctrl->tio.object->tio.LTYPE_CONTROL; in dxfb_tables_write()
H A Dout_dxf.c3102 if (ctrl && ctrl->tio.object && ctrl->tio.object->tio.LTYPE_CONTROL) in dxf_tables_write()
3104 Dwg_Object_LTYPE_CONTROL *_ctrl = ctrl->tio.object->tio.LTYPE_CONTROL; in dxf_tables_write()
H A Ddwg_api.c229 dwg_get_OBJECT (obj_ltype_control, LTYPE_CONTROL) in dwg_get_OBJECT()
611 DWG_GETALL_OBJECT (LTYPE_CONTROL) in dwg_get_OBJECT()
951 CAST_DWG_OBJECT_TO_OBJECT (LTYPE_CONTROL) in dwg_get_OBJECT()
22411 ltype_ctrl = dwg->object[3].tio.object->tio.LTYPE_CONTROL; in dwg_add_Document()
24488 API_ADD_TABLE (LTYPE, LTYPE_CONTROL, { _obj->alignment = 0x41; }); in dwg_add_LTYPE()
H A Din_dxf.c6232 ADD_TABLE_IF (LTYPE, LTYPE_CONTROL) in new_table_control()
9634 = ctrl->tio.object->tio.LTYPE_CONTROL; in new_object()
11933 = ctrl->tio.object->tio.LTYPE_CONTROL; in dxf_tables_read()
H A Ddwg.spec3119 DWG_OBJECT (LTYPE_CONTROL)
4005 //TODO else lookup name on LTYPE_CONTROL list
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info272 Ref: LTYPE_CONTROL166174
H A Ddynapi.texi10056 @strong{LTYPE_CONTROL} @anchor{LTYPE_CONTROL}
10057 @cindex object, LTYPE_CONTROL
10058 @vindex LTYPE_CONTROL
10060 @cindex table_control, LTYPE_CONTROL
10062 LTYPE_CONTROL is a table_control object.
H A DLibreDWG.info-18522 *LTYPE_CONTROL*
8524 LTYPE_CONTROL is a table_control object.
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h939 dwg_get_OBJECT_DECL (obj_ltype_control, LTYPE_CONTROL);
1274 DWG_GETALL_OBJECT_DECL (LTYPE_CONTROL);
1615 CAST_DWG_OBJECT_TO_OBJECT_DECL (LTYPE_CONTROL);
H A Ddwg.h8022 Dwg_Object_LTYPE_CONTROL *LTYPE_CONTROL; member
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog1688 add API: fix LTYPE_CONTROL.byblock types
11036 spec: fixup LTYPE_CONTROL.bylayer and byblock
11190 into its own fields in LTYPE_CONTROL. Like with BLOCK_CONTROL
24105 decode LTYPE and LTYPE_CONTROL
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10688LTYPE_CONTROL = property(_LibreDWG._dwg_object_object_tio_LTYPE_CONTROL_get, _LibreDWG._dwg_object… variable in _dwg_object_object_tio
H A Dswig_python.c4252 Dwg_Object_LTYPE_CONTROL *LTYPE_CONTROL; member
314612 if (arg1) (arg1)->LTYPE_CONTROL = arg2; in _wrap__dwg_object_object_tio_LTYPE_CONTROL_set()
314635 result = (Dwg_Object_LTYPE_CONTROL *) ((arg1)->LTYPE_CONTROL); in _wrap__dwg_object_object_tio_LTYPE_CONTROL_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c3101 Dwg_Object_LTYPE_CONTROL *LTYPE_CONTROL; member
384322 if (arg1) (arg1)->LTYPE_CONTROL = arg2; in XS()
384352 result = (Dwg_Object_LTYPE_CONTROL *) ((arg1)->LTYPE_CONTROL); in XS()