Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c97 BITCODE_BS data_horiz_top_linewt; in api_process() local
289 CHK_ENTITY_TYPE (table, TABLE, data_horiz_top_linewt, BS); in api_process()
H A Ddynapi_test.c22174 BITCODE_BS data_horiz_top_linewt; in test_TABLE() local
22175 …if (dwg_dynapi_entity_value (table, "TABLE", "data_horiz_top_linewt", &data_horiz_top_linewt, NULL) in test_TABLE()
22176 && data_horiz_top_linewt == table->data_horiz_top_linewt) in test_TABLE()
22179 …"TABLE.data_horiz_top_linewt [BS] %hu != %hu", table->data_horiz_top_linewt, data_horiz_top_linewt in test_TABLE()
22180 data_horiz_top_linewt++; in test_TABLE()
22181 …f (dwg_dynapi_entity_set_value (table, "TABLE", "data_horiz_top_linewt", &data_horiz_top_linewt, 0) in test_TABLE()
22182 && data_horiz_top_linewt == table->data_horiz_top_linewt) in test_TABLE()
22185 ….data_horiz_top_linewt [BS] set+1 %hu != %hu", table->data_horiz_top_linewt, data_horiz_top_linewt in test_TABLE()
22186 table->data_horiz_top_linewt--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3750 BITCODE_BS data_horiz_top_linewt; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c18786 table->data_horiz_top_linewt = linewt; in dwg_ent_table_set_data_horiz_top_linewt()
18808 return table->data_horiz_top_linewt; in dwg_ent_table_get_data_horiz_top_linewt()
H A Ddwg.spec6102 FIELD_BS (data_horiz_top_linewt, 0);
H A Ddynapi.c3669 …riz_top_linewt", "BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_TABLE, data_horiz_top_linewt),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13953 'data_horiz_top_linewt'
H A Ddynapi.texi4159 @item data_horiz_top_linewt
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4217data_horiz_top_linewt = property(_LibreDWG.Dwg_Entity_TABLE_data_horiz_top_linewt_get, _LibreDWG.D… variable in Dwg_Entity_TABLE
H A Dswig_python.c125825 if (arg1) (arg1)->data_horiz_top_linewt = arg2; in _wrap_Dwg_Entity_TABLE_data_horiz_top_linewt_set()
125848 result = (BITCODE_BS) ((arg1)->data_horiz_top_linewt); in _wrap_Dwg_Entity_TABLE_data_horiz_top_linewt_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c152848 if (arg1) (arg1)->data_horiz_top_linewt = arg2; in XS()
152878 result = (BITCODE_BS) ((arg1)->data_horiz_top_linewt); in XS()