Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmentalrayrendersettings.c49 BITCODE_BD fg_sample_radius1; /*!< DXF 40 */ in api_process() local
111 CHK_ENTITY_TYPE (_obj, MENTALRAYRENDERSETTINGS, fg_sample_radius1, BD); in api_process()
H A Ddynapi_test.c50649 BITCODE_BD fg_sample_radius1; in test_MENTALRAYRENDERSETTINGS() local
50650 …(mentalrayrendersettings, "MENTALRAYRENDERSETTINGS", "fg_sample_radius1", &fg_sample_radius1, NULL) in test_MENTALRAYRENDERSETTINGS()
50651 && fg_sample_radius1 == mentalrayrendersettings->fg_sample_radius1) in test_MENTALRAYRENDERSETTINGS()
50654 …S.fg_sample_radius1 [BD] %g != %g", mentalrayrendersettings->fg_sample_radius1, fg_sample_radius1); in test_MENTALRAYRENDERSETTINGS()
50655 fg_sample_radius1++; in test_MENTALRAYRENDERSETTINGS()
50656 …ue (mentalrayrendersettings, "MENTALRAYRENDERSETTINGS", "fg_sample_radius1", &fg_sample_radius1, 0) in test_MENTALRAYRENDERSETTINGS()
50657 && fg_sample_radius1 == mentalrayrendersettings->fg_sample_radius1) in test_MENTALRAYRENDERSETTINGS()
50660 …ample_radius1 [BD] set+1 %g != %g", mentalrayrendersettings->fg_sample_radius1, fg_sample_radius1); in test_MENTALRAYRENDERSETTINGS()
50661 mentalrayrendersettings->fg_sample_radius1--; in test_MENTALRAYRENDERSETTINGS()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_MENTALRAYRENDERSETTINGS.inc55 { 40, "1.0", NULL, 0, BITS_UNKNOWN, "fg_sample_radius1", 4, {-1,-1,-1,-1,-1} },
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6338 BITCODE_BD fg_sample_radius1; /*!< DXF 40 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18698 'fg_sample_radius1'
H A Ddynapi.texi10255 @item fg_sample_radius1
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c8540 …", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_object_MENTALRAYRENDERSETTINGS, fg_sample_radius1),
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py7748fg_sample_radius1 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius1_get, _… variable in Dwg_Object_MENTALRAYRENDERSETTINGS
H A Dswig_python.c232400 if (arg1) (arg1)->fg_sample_radius1 = arg2; in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius1_set()
232423 result = (BITCODE_BD) ((arg1)->fg_sample_radius1); in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_fg_sample_radius1_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c283836 if (arg1) (arg1)->fg_sample_radius1 = arg2; in XS()
283866 result = (BITCODE_BD) ((arg1)->fg_sample_radius1); in XS()