Searched refs:pucsorthoview (Results 1 – 1 of 1) sorted by relevance
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/ |
H A D | dynapi_test.c | 2191 BITCODE_BS pucsorthoview; in test_header() local 2192 if (dwg_dynapi_header_value (dwg, "PUCSORTHOVIEW", &pucsorthoview, NULL) in test_header() 2193 && pucsorthoview == dwg->header_vars.PUCSORTHOVIEW) in test_header() 2196 fail ("HEADER.PUCSORTHOVIEW [BS] %hu != %hu", dwg->header_vars.PUCSORTHOVIEW, pucsorthoview); in test_header() 2197 pucsorthoview++; in test_header() 2198 if (dwg_dynapi_header_set_value (dwg, "PUCSORTHOVIEW", &pucsorthoview, 0) in test_header() 2199 && pucsorthoview == dwg->header_vars.PUCSORTHOVIEW) in test_header() 2203 dwg->header_vars.PUCSORTHOVIEW, pucsorthoview); in test_header() 2204 pucsorthoview--; in test_header() 2205 dwg_dynapi_header_set_value (dwg, "PUCSORTHOVIEW", &pucsorthoview, 0); in test_header()
|