Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c111 BITCODE_BS header_horiz_top_visibility; in api_process() local
303 CHK_ENTITY_TYPE (table, TABLE, header_horiz_top_visibility, BS); in api_process()
H A Ddynapi_test.c22638 BITCODE_BS header_horiz_top_visibility; in test_TABLE() local
22639 …pi_entity_value (table, "TABLE", "header_horiz_top_visibility", &header_horiz_top_visibility, NULL) in test_TABLE()
22640 && header_horiz_top_visibility == table->header_horiz_top_visibility) in test_TABLE()
22643 …r_horiz_top_visibility [BS] %hu != %hu", table->header_horiz_top_visibility, header_horiz_top_visi… in test_TABLE()
22644 header_horiz_top_visibility++; in test_TABLE()
22645 …i_entity_set_value (table, "TABLE", "header_horiz_top_visibility", &header_horiz_top_visibility, 0) in test_TABLE()
22646 && header_horiz_top_visibility == table->header_horiz_top_visibility) in test_TABLE()
22649 …z_top_visibility [BS] set+1 %hu != %hu", table->header_horiz_top_visibility, header_horiz_top_visi… in test_TABLE()
22650 table->header_horiz_top_visibility--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3765 BITCODE_BS header_horiz_top_visibility; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c19409 table->header_horiz_top_visibility = visibility; in dwg_ent_table_set_header_horiz_top_visibility()
19430 return table->header_horiz_top_visibility; in dwg_ent_table_get_header_horiz_top_visibility()
H A Ddwg.spec6134 FIELD_BS (header_horiz_top_visibility, 0);
H A Ddynapi.c3697 …sibility", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_TABLE, header_horiz_top_visibility),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13981 'header_horiz_top_visibility'
H A Ddynapi.texi4187 @item header_horiz_top_visibility
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4231header_horiz_top_visibility = property(_LibreDWG.Dwg_Entity_TABLE_header_horiz_top_visibility_get,… variable in Dwg_Entity_TABLE
H A Dswig_python.c126553 if (arg1) (arg1)->header_horiz_top_visibility = arg2; in _wrap_Dwg_Entity_TABLE_header_horiz_top_visibility_set()
126576 result = (BITCODE_BS) ((arg1)->header_horiz_top_visibility); in _wrap_Dwg_Entity_TABLE_header_horiz_top_visibility_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c153758 if (arg1) (arg1)->header_horiz_top_visibility = arg2; in XS()
153788 result = (BITCODE_BS) ((arg1)->header_horiz_top_visibility); in XS()