Home
last modified time | relevance | path

Searched refs:paper_units (Results 1 – 14 of 14) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/layouts/
H A Dlayout.py567 def paper_units(value): function
570 paper_width = paper_units(dxf.paper_width)
571 paper_height = paper_units(dxf.paper_height)
577 printable_width = paper_width - paper_units(
579 printable_height = paper_height - paper_units(
776 def paper_units(value): function
785 paper_width = paper_units(size[0])
786 paper_height = paper_units(size[1])
797 printable_width = paper_width - paper_units(margin_left) - paper_units(
799 printable_height = paper_height - paper_units(
[all …]
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dscale.c10 BITCODE_BD paper_units; in api_process() local
19 CHK_ENTITY_TYPE (_obj, SCALE, paper_units, BD); in api_process()
H A Dplotsettings.c22 BITCODE_BD paper_units; in api_process() local
62 CHK_ENTITY_TYPE (plt, PLOTSETTINGS, paper_units, BD); in api_process()
H A Dlayout.c55 CHK_SUBCLASS_TYPE (layout->plotsettings, PLOTSETTINGS, paper_units, BD); in api_process()
H A Ddynapi_test.c53099 BITCODE_BD paper_units; in test_PLOTSETTINGS() local
53101 && paper_units == plotsettings->paper_units) in test_PLOTSETTINGS()
53105 paper_units++; in test_PLOTSETTINGS()
53107 && paper_units == plotsettings->paper_units) in test_PLOTSETTINGS()
55337 BITCODE_BD paper_units; in test_SCALE() local
55339 && paper_units == scale->paper_units) in test_SCALE()
55342 fail ("SCALE.paper_units [BD] %g != %g", scale->paper_units, paper_units); in test_SCALE()
55343 paper_units++; in test_SCALE()
55345 && paper_units == scale->paper_units) in test_SCALE()
55348 fail ("SCALE.paper_units [BD] set+1 %g != %g", scale->paper_units, paper_units); in test_SCALE()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec4652 FIELD_BD (paper_units, 142);
4726 FIELD_BD (plotsettings.paper_units, 142);
6438 FIELD_BD (paper_units, 140);
H A Din_dxf.c8993 o->plotsettings.paper_units = 1.0; // default in new_object()
8998 o->paper_units = 1.0; // default in new_object()
H A Ddynapi.c8908 { "paper_units", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_object_PLOTSETTINGS, paper_units),
9254 { "paper_units", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_object_SCALE, paper_units),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3300 BITCODE_BD paper_units; /*!< DXF 142 */ member
4220 BITCODE_BD paper_units; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19053 'paper_units'
9383 'paper_units'
H A Ddynapi.texi10714 @item paper_units
11172 @item paper_units
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py3662paper_units = property(_LibreDWG.Dwg_Object_PLOTSETTINGS_paper_units_get, _LibreDWG.Dwg_Object_PLO… variable in Dwg_Object_PLOTSETTINGS
4754paper_units = property(_LibreDWG.Dwg_Object_SCALE_paper_units_get, _LibreDWG.Dwg_Object_SCALE_pape… variable in Dwg_Object_SCALE
H A Dswig_python.c108928 if (arg1) (arg1)->paper_units = arg2; in _wrap_Dwg_Object_PLOTSETTINGS_paper_units_set()
108951 result = (BITCODE_BD) ((arg1)->paper_units); in _wrap_Dwg_Object_PLOTSETTINGS_paper_units_get()
140253 if (arg1) (arg1)->paper_units = arg2; in _wrap_Dwg_Object_SCALE_paper_units_set()
140276 result = (BITCODE_BD) ((arg1)->paper_units); in _wrap_Dwg_Object_SCALE_paper_units_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c132078 if (arg1) (arg1)->paper_units = arg2; in XS()
132108 result = (BITCODE_BD) ((arg1)->paper_units); in XS()
170473 if (arg1) (arg1)->paper_units = arg2; in XS()
170503 result = (BITCODE_BD) ((arg1)->paper_units); in XS()