Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_LIGHT.inc39 { 280, "4", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 1, {-1,-1,-1,-1,-1} },
79 { 280, "1", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
119 { 280, "1", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
159 { 280, "1", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
199 { 280, "1", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
239 { 280, "1", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
279 { 280, "1", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
317 { 280, "2", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
358 { 280, "2", NULL, 0, BITS_UNKNOWN, "shadow_map_softness", 2, {-1,-1,-1,-1,-1} },
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dlight.c27 BITCODE_RC shadow_map_softness; in api_process() local
82 CHK_ENTITY_TYPE (light, LIGHT, shadow_map_softness, RC); in api_process()
83 CHK_ENTITY_MAX (light, LIGHT, shadow_map_softness, RC, 10); in api_process()
H A Ddynapi_test.c13519 BITCODE_RC shadow_map_softness; in test_LIGHT() local
13520 if (dwg_dynapi_entity_value (light, "LIGHT", "shadow_map_softness", &shadow_map_softness, NULL) in test_LIGHT()
13521 && shadow_map_softness == light->shadow_map_softness) in test_LIGHT()
13524 … fail ("LIGHT.shadow_map_softness [RC] %u != %u", light->shadow_map_softness, shadow_map_softness); in test_LIGHT()
13525 shadow_map_softness++; in test_LIGHT()
13526 if (dwg_dynapi_entity_set_value (light, "LIGHT", "shadow_map_softness", &shadow_map_softness, 0) in test_LIGHT()
13527 && shadow_map_softness == light->shadow_map_softness) in test_LIGHT()
13530 …("LIGHT.shadow_map_softness [RC] set+1 %u != %u", light->shadow_map_softness, shadow_map_softness); in test_LIGHT()
13531 light->shadow_map_softness--; in test_LIGHT()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4620 BITCODE_RC shadow_map_softness; /*!< DXF 280 1-10 (num pixels blend into) */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12409 'shadow_map_softness'
H A Ddynapi.texi2319 @item shadow_map_softness
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c2097 …dow_map_softness", "RC", sizeof (BITCODE_RC), OFF (struct _dwg_entity_LIGHT, shadow_map_softness),
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5193shadow_map_softness = property(_LibreDWG.Dwg_Entity_LIGHT_shadow_map_softness_get, _LibreDWG.Dwg_E… variable in Dwg_Entity_LIGHT
H A Dswig_python.c155290 if (arg1) (arg1)->shadow_map_softness = arg2; in _wrap_Dwg_Entity_LIGHT_shadow_map_softness_set()
155313 result = (BITCODE_RC) ((arg1)->shadow_map_softness); in _wrap_Dwg_Entity_LIGHT_shadow_map_softness_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c189035 if (arg1) (arg1)->shadow_map_softness = arg2; in XS()
189065 result = (BITCODE_RC) ((arg1)->shadow_map_softness); in XS()