Home
last modified time | relevance | path

Searched refs:web_angle4 (Results 1 – 9 of 9) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dlight.c52 BITCODE_BD web_angle4; in api_process() local
113 CHK_ENTITY_TYPE (light, LIGHT, web_angle4, BD); in api_process()
118 CHK_ENTITY_MAX (light, LIGHT, web_angle4, BD, MAX_ANGLE); in api_process()
H A Ddynapi_test.c13647 BITCODE_BD web_angle4; in test_LIGHT() local
13648 if (dwg_dynapi_entity_value (light, "LIGHT", "web_angle4", &web_angle4, NULL) in test_LIGHT()
13649 && web_angle4 == light->web_angle4) in test_LIGHT()
13652 fail ("LIGHT.web_angle4 [BD] %g != %g", light->web_angle4, web_angle4); in test_LIGHT()
13653 web_angle4++; in test_LIGHT()
13654 if (dwg_dynapi_entity_set_value (light, "LIGHT", "web_angle4", &web_angle4, 0) in test_LIGHT()
13655 && web_angle4 == light->web_angle4) in test_LIGHT()
13658 fail ("LIGHT.web_angle4 [BD] set+1 %g != %g", light->web_angle4, web_angle4); in test_LIGHT()
13659 light->web_angle4--; in test_LIGHT()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4647 BITCODE_BD web_angle4; /*!< DXF 53 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12457 'web_angle4'
H A Ddynapi.texi2367 @item web_angle4
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c2145 { "web_angle4", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_entity_LIGHT, web_angle4),
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5217web_angle4 = property(_LibreDWG.Dwg_Entity_LIGHT_web_angle4_get, _LibreDWG.Dwg_Entity_LIGHT_web_an… variable in Dwg_Entity_LIGHT
H A Dswig_python.c156547 if (arg1) (arg1)->web_angle4 = arg2; in _wrap_Dwg_Entity_LIGHT_web_angle4_set()
156570 result = (BITCODE_BD) ((arg1)->web_angle4); in _wrap_Dwg_Entity_LIGHT_web_angle4_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c190602 if (arg1) (arg1)->web_angle4 = arg2; in XS()
190632 result = (BITCODE_BD) ((arg1)->web_angle4); in XS()