Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsunstudy.c30 BITCODE_B label_viewports; in api_process() local
62 CHK_ENTITY_TYPE (_obj, SUNSTUDY, label_viewports, B); in api_process()
H A Ddynapi_test.c57054 BITCODE_B label_viewports; in test_SUNSTUDY() local
57055 if (dwg_dynapi_entity_value (sunstudy, "SUNSTUDY", "label_viewports", &label_viewports, NULL) in test_SUNSTUDY()
57056 && label_viewports == sunstudy->label_viewports) in test_SUNSTUDY()
57059 …UDY.label_viewports [B] " FORMAT_B " != " FORMAT_B "", sunstudy->label_viewports, label_viewports); in test_SUNSTUDY()
57060 label_viewports++; in test_SUNSTUDY()
57061 if (dwg_dynapi_entity_set_value (sunstudy, "SUNSTUDY", "label_viewports", &label_viewports, 0) in test_SUNSTUDY()
57062 && label_viewports == sunstudy->label_viewports) in test_SUNSTUDY()
57065 …bel_viewports [B] set+1 " FORMAT_B " != " FORMAT_B "", sunstudy->label_viewports, label_viewports); in test_SUNSTUDY()
57066 sunstudy->label_viewports--; in test_SUNSTUDY()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h5004 BITCODE_B label_viewports; /*!< DXF 294 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9117 FIELD_B (label_viewports, 294);
H A Ddynapi.c9584 { "label_viewports", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_SUNSTUDY, label_viewports),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19705 'label_viewports'
H A Ddynapi.texi11594 @item label_viewports
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5805label_viewports = property(_LibreDWG.Dwg_Object_SUNSTUDY_label_viewports_get, _LibreDWG.Dwg_Object… variable in Dwg_Object_SUNSTUDY
H A Dswig_python.c179371 if (arg1) (arg1)->label_viewports = arg2; in _wrap_Dwg_Object_SUNSTUDY_label_viewports_set()
179394 result = (BITCODE_B) ((arg1)->label_viewports); in _wrap_Dwg_Object_SUNSTUDY_label_viewports_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c218898 if (arg1) (arg1)->label_viewports = arg2; in XS()
218928 result = (BITCODE_B) ((arg1)->label_viewports); in XS()