Home
last modified time | relevance | path

Searched refs:num_break_heights (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c139 BITCODE_BL num_break_heights; in api_process() local
331 CHK_ENTITY_TYPE (table, TABLE, num_break_heights, BL); in api_process()
H A Ddynapi_test.c22914 BITCODE_BL num_break_heights; in test_TABLE() local
22915 if (dwg_dynapi_entity_value (table, "TABLE", "num_break_heights", &num_break_heights, NULL) in test_TABLE()
22916 && num_break_heights == table->num_break_heights) in test_TABLE()
22919 fail ("TABLE.num_break_heights [BL] %u != %u", table->num_break_heights, num_break_heights); in test_TABLE()
22920 num_break_heights++; in test_TABLE()
22921 if (dwg_dynapi_entity_set_value (table, "TABLE", "num_break_heights", &num_break_heights, 0) in test_TABLE()
22922 && num_break_heights == table->num_break_heights) in test_TABLE()
22925 … fail ("TABLE.num_break_heights [BL] set+1 %u != %u", table->num_break_heights, num_break_heights); in test_TABLE()
22926 table->num_break_heights--; in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6176 FIELD_BL (num_break_heights, 0);
6177 VALUEOUTOFBOUNDS (num_break_heights, 5000)
6178 REPEAT (num_break_heights, break_heights, Dwg_TABLE_BreakHeight)
H A Ddynapi.c3753 …"num_break_heights", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_entity_TABLE, num_break_heights),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3795 BITCODE_BL num_break_heights; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-14037 'num_break_heights'
H A Ddynapi.texi4243 @item num_break_heights
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4259num_break_heights = property(_LibreDWG.Dwg_Entity_TABLE_num_break_heights_get, _LibreDWG.Dwg_Entit… variable in Dwg_Entity_TABLE
H A Dswig_python.c128009 if (arg1) (arg1)->num_break_heights = arg2; in _wrap_Dwg_Entity_TABLE_num_break_heights_set()
128032 result = (BITCODE_BL) ((arg1)->num_break_heights); in _wrap_Dwg_Entity_TABLE_num_break_heights_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c155578 if (arg1) (arg1)->num_break_heights = arg2; in XS()
155608 result = (BITCODE_BL) ((arg1)->num_break_heights); in XS()