Searched refs:dimclre_c (Results 1 – 1 of 1) sorted by relevance
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/ |
H A D | dynapi_test.c | 3631 BITCODE_RS dimclre_c; in test_header() local 3632 if (dwg_dynapi_header_value (dwg, "DIMCLRE_C", &dimclre_c, NULL) in test_header() 3633 && dimclre_c == dwg->header_vars.DIMCLRE_C) in test_header() 3636 fail ("HEADER.DIMCLRE_C [RS] %hu != %hu", dwg->header_vars.DIMCLRE_C, dimclre_c); in test_header() 3637 dimclre_c++; in test_header() 3638 if (dwg_dynapi_header_set_value (dwg, "DIMCLRE_C", &dimclre_c, 0) in test_header() 3639 && dimclre_c == dwg->header_vars.DIMCLRE_C) in test_header() 3643 dwg->header_vars.DIMCLRE_C, dimclre_c); in test_header() 3644 dimclre_c--; in test_header() 3645 dwg_dynapi_header_set_value (dwg, "DIMCLRE_C", &dimclre_c, 0); in test_header()
|