Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmentalrayrendersettings.c27 BITCODE_BD sampling_contrast_color2; /*!< DXF 40 */ in api_process() local
89 CHK_ENTITY_TYPE (_obj, MENTALRAYRENDERSETTINGS, sampling_contrast_color2, BD); in api_process()
H A Ddynapi_test.c51082 BITCODE_BD sampling_contrast_color2; in test_MENTALRAYRENDERSETTINGS() local
51083 …ersettings, "MENTALRAYRENDERSETTINGS", "sampling_contrast_color2", &sampling_contrast_color2, NULL) in test_MENTALRAYRENDERSETTINGS()
51084 && sampling_contrast_color2 == mentalrayrendersettings->sampling_contrast_color2) in test_MENTALRAYRENDERSETTINGS()
51087 …st_color2 [BD] %g != %g", mentalrayrendersettings->sampling_contrast_color2, sampling_contrast_col… in test_MENTALRAYRENDERSETTINGS()
51088 sampling_contrast_color2++; in test_MENTALRAYRENDERSETTINGS()
51089 …endersettings, "MENTALRAYRENDERSETTINGS", "sampling_contrast_color2", &sampling_contrast_color2, 0) in test_MENTALRAYRENDERSETTINGS()
51090 && sampling_contrast_color2 == mentalrayrendersettings->sampling_contrast_color2) in test_MENTALRAYRENDERSETTINGS()
51093 …or2 [BD] set+1 %g != %g", mentalrayrendersettings->sampling_contrast_color2, sampling_contrast_col… in test_MENTALRAYRENDERSETTINGS()
51094 mentalrayrendersettings->sampling_contrast_color2--; in test_MENTALRAYRENDERSETTINGS()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_MENTALRAYRENDERSETTINGS.inc33 …{ 40, "0.0500000007450581", NULL, 0, BITS_UNKNOWN, "sampling_contrast_color2", 4, {-1,-1,-1,-1,-1}…
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6316 BITCODE_BD sampling_contrast_color2; /*!< DXF 40 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-18654 'sampling_contrast_color2'
H A Ddynapi.texi10211 @item sampling_contrast_color2
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddynapi.c8496 …, sizeof (BITCODE_BD), OFF (struct _dwg_object_MENTALRAYRENDERSETTINGS, sampling_contrast_color2),
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py7726sampling_contrast_color2 = property(_LibreDWG.Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast… variable in Dwg_Object_MENTALRAYRENDERSETTINGS
H A Dswig_python.c231256 if (arg1) (arg1)->sampling_contrast_color2 = arg2; in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color2_set()
231279 result = (BITCODE_BD) ((arg1)->sampling_contrast_color2); in _wrap_Dwg_Object_MENTALRAYRENDERSETTINGS_sampling_contrast_color2_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c282406 if (arg1) (arg1)->sampling_contrast_color2 = arg2; in XS()
282436 result = (BITCODE_BD) ((arg1)->sampling_contrast_color2); in XS()