Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c107 BITCODE_BS title_horiz_bottom_visibility; in api_process() local
299 CHK_ENTITY_TYPE (table, TABLE, title_horiz_bottom_visibility, BS); in api_process()
H A Ddynapi_test.c23122 BITCODE_BS title_horiz_bottom_visibility; in test_TABLE() local
23123 …ntity_value (table, "TABLE", "title_horiz_bottom_visibility", &title_horiz_bottom_visibility, NULL) in test_TABLE()
23124 && title_horiz_bottom_visibility == table->title_horiz_bottom_visibility) in test_TABLE()
23127 …iz_bottom_visibility [BS] %hu != %hu", table->title_horiz_bottom_visibility, title_horiz_bottom_vi… in test_TABLE()
23128 title_horiz_bottom_visibility++; in test_TABLE()
23129 …tity_set_value (table, "TABLE", "title_horiz_bottom_visibility", &title_horiz_bottom_visibility, 0) in test_TABLE()
23130 && title_horiz_bottom_visibility == table->title_horiz_bottom_visibility) in test_TABLE()
23133 …tom_visibility [BS] set+1 %hu != %hu", table->title_horiz_bottom_visibility, title_horiz_bottom_vi… in test_TABLE()
23134 table->title_horiz_bottom_visibility--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3761 BITCODE_BS title_horiz_bottom_visibility; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c19221 table->title_horiz_bottom_visibility = visibility; in dwg_ent_table_set_title_horiz_bottom_visibility()
19242 return table->title_horiz_bottom_visibility; in dwg_ent_table_get_title_horiz_bottom_visibility()
H A Ddwg.spec6126 FIELD_BS (title_horiz_bottom_visibility, 0);
H A Ddynapi.c3689 …bility", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_TABLE, title_horiz_bottom_visibility),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13973 'title_horiz_bottom_visibility'
H A Ddynapi.texi4179 @item title_horiz_bottom_visibility
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4227title_horiz_bottom_visibility = property(_LibreDWG.Dwg_Entity_TABLE_title_horiz_bottom_visibility_… variable in Dwg_Entity_TABLE
H A Dswig_python.c126345 if (arg1) (arg1)->title_horiz_bottom_visibility = arg2; in _wrap_Dwg_Entity_TABLE_title_horiz_bottom_visibility_set()
126368 result = (BITCODE_BS) ((arg1)->title_horiz_bottom_visibility); in _wrap_Dwg_Entity_TABLE_title_horiz_bottom_visibility_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c153498 if (arg1) (arg1)->title_horiz_bottom_visibility = arg2; in XS()
153528 result = (BITCODE_BS) ((arg1)->title_horiz_bottom_visibility); in XS()