Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmentalrayrendersettings.c33 BITCODE_BL ray_trace_depth1; /*!< DXF 90 */ in api_process() local
95 CHK_ENTITY_TYPE (_obj, MENTALRAYRENDERSETTINGS, ray_trace_depth1, BL); in api_process()
H A Ddynapi_test.c50977 BITCODE_BL ray_trace_depth1; in test_MENTALRAYRENDERSETTINGS() local
50978 …e (mentalrayrendersettings, "MENTALRAYRENDERSETTINGS", "ray_trace_depth1", &ray_trace_depth1, NULL) in test_MENTALRAYRENDERSETTINGS()
50979 && ray_trace_depth1 == mentalrayrendersettings->ray_trace_depth1) in test_MENTALRAYRENDERSETTINGS()
50982 …INGS.ray_trace_depth1 [BL] %u != %u", mentalrayrendersettings->ray_trace_depth1, ray_trace_depth1); in test_MENTALRAYRENDERSETTINGS()
50983 ray_trace_depth1++; in test_MENTALRAYRENDERSETTINGS()
50984 …alue (mentalrayrendersettings, "MENTALRAYRENDERSETTINGS", "ray_trace_depth1", &ray_trace_depth1, 0) in test_MENTALRAYRENDERSETTINGS()
50985 && ray_trace_depth1 == mentalrayrendersettings->ray_trace_depth1) in test_MENTALRAYRENDERSETTINGS()
50988 …ay_trace_depth1 [BL] set+1 %u != %u", mentalrayrendersettings->ray_trace_depth1, ray_trace_depth1); in test_MENTALRAYRENDERSETTINGS()
50989 mentalrayrendersettings->ray_trace_depth1--; in test_MENTALRAYRENDERSETTINGS()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_MENTALRAYRENDERSETTINGS.inc39 { 90, "5", NULL, 0, BITS_UNKNOWN, "ray_trace_depth1", 6, {-1,-1,-1,-1,-1} },
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6322 BITCODE_BL ray_trace_depth1; /*!< DXF 90 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18666 'ray_trace_depth1'
H A Ddynapi.texi10223 @item ray_trace_depth1
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c8508 …1", "BL", sizeof (BITCODE_BL), OFF (struct _dwg_object_MENTALRAYRENDERSETTINGS, ray_trace_depth1),
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py7732ray_trace_depth1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth1_get, _Li… variable in Dwg_Object_MENTALRAYRENDERSETTINGS
H A Dswig_python.c231568 if (arg1) (arg1)->ray_trace_depth1 = arg2; in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth1_set()
231591 result = (BITCODE_BL) ((arg1)->ray_trace_depth1); in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_ray_trace_depth1_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c282796 if (arg1) (arg1)->ray_trace_depth1 = arg2; in XS()
282826 result = (BITCODE_BL) ((arg1)->ray_trace_depth1); in XS()