Home
last modified time | relevance | path

Searched refs:std_scale_factor (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_PLOTSETTINGS.inc37 { 147, "0.0531754095329567", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 1, {-1,-1,-1,-1,-1} },
83 { 147, "0.0531754095329567", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 1, {-1,-1,-1,-1,-1} },
132 { 147, "1.0", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 3, {-1,-1,-1,-1,-1} },
178 { 147, "0.4860387674276698", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 1, {-1,-1,-1,-1,-1} },
224 { 147, "1.0", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 3, {-1,-1,-1,-1,-1} },
270 { 147, "1.0", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 3, {-1,-1,-1,-1,-1} },
316 { 147, "1.0", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 3, {-1,-1,-1,-1,-1} },
362 { 147, "1.0", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 3, {-1,-1,-1,-1,-1} },
500 { 147, "1.0", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 3, {-1,-1,-1,-1,-1} },
543 { 147, "1.0", NULL, 0, BITS_UNKNOWN, "std_scale_factor", 3, {-1,-1,-1,-1,-1} },
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dplotsettings.c30 BITCODE_BD std_scale_factor; in api_process() local
67 CHK_ENTITY_TYPE (plt, PLOTSETTINGS, std_scale_factor, BD); in api_process()
H A Dlayout.c59 CHK_SUBCLASS_TYPE (layout->plotsettings, PLOTSETTINGS, std_scale_factor, BD); in api_process()
H A Ddynapi_test.c53317 BITCODE_BD std_scale_factor; in test_PLOTSETTINGS() local
53318 …dwg_dynapi_entity_value (plotsettings, "PLOTSETTINGS", "std_scale_factor", &std_scale_factor, NULL) in test_PLOTSETTINGS()
53319 && std_scale_factor == plotsettings->std_scale_factor) in test_PLOTSETTINGS()
53322 … ("PLOTSETTINGS.std_scale_factor [BD] %g != %g", plotsettings->std_scale_factor, std_scale_factor); in test_PLOTSETTINGS()
53323 std_scale_factor++; in test_PLOTSETTINGS()
53324 …wg_dynapi_entity_set_value (plotsettings, "PLOTSETTINGS", "std_scale_factor", &std_scale_factor, 0) in test_PLOTSETTINGS()
53325 && std_scale_factor == plotsettings->std_scale_factor) in test_PLOTSETTINGS()
53328 …TSETTINGS.std_scale_factor [BD] set+1 %g != %g", plotsettings->std_scale_factor, std_scale_factor); in test_PLOTSETTINGS()
53329 plotsettings->std_scale_factor--; in test_PLOTSETTINGS()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec4662 FIELD_BD (std_scale_factor, 147);
4736 FIELD_BD (plotsettings.std_scale_factor, 147);
H A Ddynapi.c8916 …scale_factor", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_object_PLOTSETTINGS, std_scale_factor),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3315 BITCODE_BD std_scale_factor; /*!< DXF 147, value of 75 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19061 'std_scale_factor'
H A Ddynapi.texi10722 @item std_scale_factor
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py3666std_scale_factor = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_std_scale_factor_get, _LibreDWG.Dwg_… variable in Dwg_Object_PLOTSETTINGS
H A Dswig_python.c109145 if (arg1) (arg1)->std_scale_factor = arg2; in _wrap_Dwg_Object_PLOTSETTINGS_std_scale_factor_set()
109168 result = (BITCODE_BD) ((arg1)->std_scale_factor); in _wrap_Dwg_Object_PLOTSETTINGS_std_scale_factor_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c132345 if (arg1) (arg1)->std_scale_factor = arg2; in XS()
132375 result = (BITCODE_BD) ((arg1)->std_scale_factor); in XS()