Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmentalrayrendersettings.c40 BITCODE_BL gi_photons_per_light; /*!< DXF 90 */ in api_process() local
102 CHK_ENTITY_TYPE (_obj, MENTALRAYRENDERSETTINGS, gi_photons_per_light, BL); in api_process()
H A Ddynapi_test.c50769 BITCODE_BL gi_photons_per_light; in test_MENTALRAYRENDERSETTINGS() local
50770 …lrayrendersettings, "MENTALRAYRENDERSETTINGS", "gi_photons_per_light", &gi_photons_per_light, NULL) in test_MENTALRAYRENDERSETTINGS()
50771 && gi_photons_per_light == mentalrayrendersettings->gi_photons_per_light) in test_MENTALRAYRENDERSETTINGS()
50774 …ons_per_light [BL] %u != %u", mentalrayrendersettings->gi_photons_per_light, gi_photons_per_light); in test_MENTALRAYRENDERSETTINGS()
50775 gi_photons_per_light++; in test_MENTALRAYRENDERSETTINGS()
50776 …ntalrayrendersettings, "MENTALRAYRENDERSETTINGS", "gi_photons_per_light", &gi_photons_per_light, 0) in test_MENTALRAYRENDERSETTINGS()
50777 && gi_photons_per_light == mentalrayrendersettings->gi_photons_per_light) in test_MENTALRAYRENDERSETTINGS()
50780 …r_light [BL] set+1 %u != %u", mentalrayrendersettings->gi_photons_per_light, gi_photons_per_light); in test_MENTALRAYRENDERSETTINGS()
50781 mentalrayrendersettings->gi_photons_per_light--; in test_MENTALRAYRENDERSETTINGS()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_MENTALRAYRENDERSETTINGS.inc46 { 90, "10000", NULL, 0, BITS_UNKNOWN, "gi_photons_per_light", 1, {-1,-1,-1,-1,-1} },
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6329 BITCODE_BL gi_photons_per_light; /*!< DXF 90 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18680 'gi_photons_per_light'
H A Ddynapi.texi10237 @item gi_photons_per_light
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c8522 …"BL", sizeof (BITCODE_BL), OFF (struct _dwg_object_MENTALRAYRENDERSETTINGS, gi_photons_per_light),
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py7739gi_photons_per_light = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_gi_photons_per_light_… variable in Dwg_Object_MENTALRAYRENDERSETTINGS
H A Dswig_python.c231932 if (arg1) (arg1)->gi_photons_per_light = arg2; in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_gi_photons_per_light_set()
231955 result = (BITCODE_BL) ((arg1)->gi_photons_per_light); in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_gi_photons_per_light_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c283251 if (arg1) (arg1)->gi_photons_per_light = arg2; in XS()
283281 result = (BITCODE_BL) ((arg1)->gi_photons_per_light); in XS()