Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c49 BITCODE_B data_row_fill_none; in api_process() local
241 CHK_ENTITY_TYPE (table, TABLE, data_row_fill_none, B); in api_process()
H A Ddynapi_test.c22235 BITCODE_B data_row_fill_none; in test_TABLE() local
22236 if (dwg_dynapi_entity_value (table, "TABLE", "data_row_fill_none", &data_row_fill_none, NULL) in test_TABLE()
22237 && data_row_fill_none == table->data_row_fill_none) in test_TABLE()
22240 …ta_row_fill_none [B] " FORMAT_B " != " FORMAT_B "", table->data_row_fill_none, data_row_fill_none); in test_TABLE()
22241 data_row_fill_none++; in test_TABLE()
22242 if (dwg_dynapi_entity_set_value (table, "TABLE", "data_row_fill_none", &data_row_fill_none, 0) in test_TABLE()
22243 && data_row_fill_none == table->data_row_fill_none) in test_TABLE()
22246 …_fill_none [B] set+1 " FORMAT_B " != " FORMAT_B "", table->data_row_fill_none, data_row_fill_none); in test_TABLE()
22247 table->data_row_fill_none--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3701 BITCODE_B data_row_fill_none; /*!< DXF 283 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c17759 table->data_row_fill_none = fill; in dwg_ent_table_set_data_row_fill_none()
17780 return table->data_row_fill_none; in dwg_ent_table_get_data_row_fill_none()
H A Ddwg.spec5994 FIELD_B (data_row_fill_none, 283);
H A Ddynapi.c3575 …"data_row_fill_none", "B", sizeof (BITCODE_B), OFF (struct _dwg_entity_TABLE, data_row_fill_none),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13859 'data_row_fill_none'
H A Ddynapi.texi4065 @item data_row_fill_none
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4170data_row_fill_none = property(_LibreDWG.Dwg_Entity_TABLE_data_row_fill_none_get, _LibreDWG.Dwg_Ent… variable in Dwg_Entity_TABLE
H A Dswig_python.c123381 if (arg1) (arg1)->data_row_fill_none = arg2; in _wrap_Dwg_Entity_TABLE_data_row_fill_none_set()
123404 result = (BITCODE_B) ((arg1)->data_row_fill_none); in _wrap_Dwg_Entity_TABLE_data_row_fill_none_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c149793 if (arg1) (arg1)->data_row_fill_none = arg2; in XS()
149823 result = (BITCODE_B) ((arg1)->data_row_fill_none); in XS()