Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c103 BITCODE_B has_border_visibility_overrides; in api_process() local
295 CHK_ENTITY_TYPE (table, TABLE, has_border_visibility_overrides, B); in api_process()
H A Ddynapi_test.c22494 BITCODE_B has_border_visibility_overrides; in test_TABLE() local
22495 …y_value (table, "TABLE", "has_border_visibility_overrides", &has_border_visibility_overrides, NULL) in test_TABLE()
22496 && has_border_visibility_overrides == table->has_border_visibility_overrides) in test_TABLE()
22499 …s [B] " FORMAT_B " != " FORMAT_B "", table->has_border_visibility_overrides, has_border_visibility… in test_TABLE()
22500 has_border_visibility_overrides++; in test_TABLE()
22501 …_set_value (table, "TABLE", "has_border_visibility_overrides", &has_border_visibility_overrides, 0) in test_TABLE()
22502 && has_border_visibility_overrides == table->has_border_visibility_overrides) in test_TABLE()
22505 …set+1 " FORMAT_B " != " FORMAT_B "", table->has_border_visibility_overrides, has_border_visibility… in test_TABLE()
22506 table->has_border_visibility_overrides--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6115 FIELD_B (has_border_visibility_overrides, 0);
6116 if (FIELD_VALUE (has_border_visibility_overrides))
H A Ddynapi.c3681 …rrides", "B", sizeof (BITCODE_B), OFF (struct _dwg_entity_TABLE, has_border_visibility_overrides),
H A Ddwg_api.c19056 return table->has_border_visibility_overrides; in dwg_ent_table_has_border_visibility_overrides()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3757 BITCODE_B has_border_visibility_overrides; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13965 'has_border_visibility_overrides'
H A Ddynapi.texi4171 @item has_border_visibility_overrides
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4223has_border_visibility_overrides = property(_LibreDWG.Dwg_Entity_TABLE_has_border_visibility_overri… variable in Dwg_Entity_TABLE
H A Dswig_python.c126137 if (arg1) (arg1)->has_border_visibility_overrides = arg2; in _wrap_Dwg_Entity_TABLE_has_border_visibility_overrides_set()
126160 result = (BITCODE_B) ((arg1)->has_border_visibility_overrides); in _wrap_Dwg_Entity_TABLE_has_border_visibility_overrides_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c153238 if (arg1) (arg1)->has_border_visibility_overrides = arg2; in XS()
153268 result = (BITCODE_B) ((arg1)->has_border_visibility_overrides); in XS()