Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c115 BITCODE_BS header_vert_ins_visibility; in api_process() local
307 CHK_ENTITY_TYPE (table, TABLE, header_vert_ins_visibility, BS); in api_process()
H A Ddynapi_test.c22768 BITCODE_BS header_vert_ins_visibility; in test_TABLE() local
22769 …napi_entity_value (table, "TABLE", "header_vert_ins_visibility", &header_vert_ins_visibility, NULL) in test_TABLE()
22770 && header_vert_ins_visibility == table->header_vert_ins_visibility) in test_TABLE()
22773 …der_vert_ins_visibility [BS] %hu != %hu", table->header_vert_ins_visibility, header_vert_ins_visib… in test_TABLE()
22774 header_vert_ins_visibility++; in test_TABLE()
22775 …api_entity_set_value (table, "TABLE", "header_vert_ins_visibility", &header_vert_ins_visibility, 0) in test_TABLE()
22776 && header_vert_ins_visibility == table->header_vert_ins_visibility) in test_TABLE()
22779 …rt_ins_visibility [BS] set+1 %hu != %hu", table->header_vert_ins_visibility, header_vert_ins_visib… in test_TABLE()
22780 table->header_vert_ins_visibility--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3769 BITCODE_BS header_vert_ins_visibility; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c19597 table->header_vert_ins_visibility = visibility; in dwg_ent_table_set_header_vert_ins_visibility()
19618 return table->header_vert_ins_visibility; in dwg_ent_table_get_header_vert_ins_visibility()
H A Ddwg.spec6142 FIELD_BS (header_vert_ins_visibility, 0);
H A Ddynapi.c3705 …isibility", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_TABLE, header_vert_ins_visibility),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13989 'header_vert_ins_visibility'
H A Ddynapi.texi4195 @item header_vert_ins_visibility
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4235header_vert_ins_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_vert_ins_visibility_get, _… variable in Dwg_Entity_TABLE
H A Dswig_python.c126761 if (arg1) (arg1)->header_vert_ins_visibility = arg2; in _wrap_Dwg_Entity_TABLE_header_vert_ins_visibility_set()
126784 result = (BITCODE_BS) ((arg1)->header_vert_ins_visibility); in _wrap_Dwg_Entity_TABLE_header_vert_ins_visibility_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c154018 if (arg1) (arg1)->header_vert_ins_visibility = arg2; in XS()
154048 result = (BITCODE_BS) ((arg1)->header_vert_ins_visibility); in XS()