Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c112 BITCODE_BS header_horiz_ins_visibility; in api_process() local
304 CHK_ENTITY_TYPE (table, TABLE, header_horiz_ins_visibility, BS); in api_process()
H A Ddynapi_test.c22600 BITCODE_BS header_horiz_ins_visibility; in test_TABLE() local
22601 …pi_entity_value (table, "TABLE", "header_horiz_ins_visibility", &header_horiz_ins_visibility, NULL) in test_TABLE()
22602 && header_horiz_ins_visibility == table->header_horiz_ins_visibility) in test_TABLE()
22605 …r_horiz_ins_visibility [BS] %hu != %hu", table->header_horiz_ins_visibility, header_horiz_ins_visi… in test_TABLE()
22606 header_horiz_ins_visibility++; in test_TABLE()
22607 …i_entity_set_value (table, "TABLE", "header_horiz_ins_visibility", &header_horiz_ins_visibility, 0) in test_TABLE()
22608 && header_horiz_ins_visibility == table->header_horiz_ins_visibility) in test_TABLE()
22611 …z_ins_visibility [BS] set+1 %hu != %hu", table->header_horiz_ins_visibility, header_horiz_ins_visi… in test_TABLE()
22612 table->header_horiz_ins_visibility--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3766 BITCODE_BS header_horiz_ins_visibility; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c19456 table->header_horiz_ins_visibility = visibility; in dwg_ent_table_set_header_horiz_ins_visibility()
19477 return table->header_horiz_ins_visibility; in dwg_ent_table_get_header_horiz_ins_visibility()
H A Ddwg.spec6136 FIELD_BS (header_horiz_ins_visibility, 0);
H A Ddynapi.c3699 …sibility", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_TABLE, header_horiz_ins_visibility),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13983 'header_horiz_ins_visibility'
H A Ddynapi.texi4189 @item header_horiz_ins_visibility
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4232header_horiz_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_ins_visibility_get,… variable in Dwg_Entity_TABLE
H A Dswig_python.c126605 if (arg1) (arg1)->header_horiz_ins_visibility = arg2; in _wrap_Dwg_Entity_TABLE_header_horiz_ins_visibility_set()
126628 result = (BITCODE_BS) ((arg1)->header_horiz_ins_visibility); in _wrap_Dwg_Entity_TABLE_header_horiz_ins_visibility_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c153823 if (arg1) (arg1)->header_horiz_ins_visibility = arg2; in XS()
153853 result = (BITCODE_BS) ((arg1)->header_horiz_ins_visibility); in XS()