Home
last modified time | relevance | path

Searched refs:column_heights (Results 1 – 19 of 19) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dmtextobjectcontextdata.c26 BITCODE_BD *column_heights; in api_process() local
52 CHK_ENTITY_VECTOR_TYPE (_obj, MTEXTOBJECTCONTEXTDATA, column_heights, in api_process()
H A Dmtext.c25 BITCODE_BD *column_heights; in api_process() local
87 CHK_ENTITY_VECTOR_TYPE (mtext, MTEXT, column_heights, num_column_heights, BD); in api_process()
H A Ddynapi_test.c15789 BITCODE_BD* column_heights; in test_MTEXT() local
15792 && dwg_dynapi_entity_value (mtext, "MTEXT", "column_heights", &column_heights, NULL) in test_MTEXT()
15793 && column_heights == mtext->column_heights) in test_MTEXT()
52347 BITCODE_BD* column_heights; in test_MTEXTOBJECTCONTEXTDATA() local
52350 …y_value (mtextobjectcontextdata, "MTEXTOBJECTCONTEXTDATA", "column_heights", &column_heights, NULL) in test_MTEXTOBJECTCONTEXTDATA()
52351 && column_heights == mtextobjectcontextdata->column_heights) in test_MTEXTOBJECTCONTEXTDATA()
/dports/biology/py-ete3/ete3-3.1.2/ete3/treeview/
H A Dqt4_face_render.py109 def set_min_column_heights(self, column_heights): argument
112 self.row_heights = column_heights
/dports/math/gnumeric/gnumeric-1.12.50/plugins/psiconv/
H A Dpsiconv-read.c566 if (grid->column_heights) in add_worksheet()
567 set_col_widths (sheet, grid->column_heights); in add_worksheet()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Dexplode_mtext.py342 def column_heights(): function
362 for height in column_heights():
/dports/converters/psiconv/psiconv-0.9.9/lib/psiconv/
H A Ddata.h930 psiconv_sheet_grid_size_list column_heights; member
H A Dparse_sheet.c1822 &(*result)->column_heights))) in psiconv_parse_sheet_grid_section()
1933 psiconv_free_sheet_grid_size_list((*result)->column_heights); in psiconv_parse_sheet_grid_section()
H A Ddata.c740 psiconv_free_sheet_grid_size_list(sec->column_heights); in psiconv_free_sheet_grid_section()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2073 BITCODE_BD *column_heights; /*!< DXF 46 */ member
6640 BITCODE_BD *column_heights; /*!< DXF 46 if dynamic and not auto_height */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.c10362 o->column_heights = (BITCODE_BD *)xcalloc ( in new_object()
10364 if (!o->column_heights) in new_object()
10371 || !o->column_heights) in new_object()
10374 o->column_heights[j] = pair->value.d; in new_object()
H A Ddwg.spec2674 FIELD_VECTOR (column_heights, BD, num_column_heights, 46);
9830 FIELD_VECTOR (column_heights, BD, num_column_heights, 46);
H A Ddynapi.c2535 { "column_heights", "BD*", sizeof (BITCODE_BD*), OFF (struct _dwg_entity_MTEXT, column_heights),
8780 …ts", "BD*", sizeof (BITCODE_BD*), OFF (struct _dwg_object_MTEXTOBJECTCONTEXTDATA, column_heights),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-12838 'column_heights'
8932 'column_heights'
H A Ddynapi.texi2820 @item column_heights
10537 @item column_heights
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2202column_heights = property(_LibreDWG.Dwg_Entity_MTEXT_column_heights_get, _LibreDWG.Dwg_Entity_MTEX… variable in Dwg_Entity_MTEXT
8143column_heights = property(_LibreDWG.Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_heights_get, _LibreDW… variable in Dwg_Object_MTEXTOBJECTCONTEXTDATA
H A Dswig_python.c64217 if (arg1) (arg1)->column_heights = arg2; in _wrap_Dwg_Entity_MTEXT_column_heights_set()
64240 result = (BITCODE_BD *) ((arg1)->column_heights); in _wrap_Dwg_Entity_MTEXT_column_heights_get()
242528 if (arg1) (arg1)->column_heights = arg2; in _wrap_Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_heights_set()
242551 result = (BITCODE_BD *) ((arg1)->column_heights); in _wrap_Dwg_Object_MTEXTOBJECTCONTEXTDATA_column_heights_get()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog3140 indxf: fix MTEXT.column_heights to 46
11741 indxf: support MTEXT.column_heights[] [50 BD*]
12736 almost. The column_heights vector is still missing.
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c77105 if (arg1) (arg1)->column_heights = arg2; in XS()
77135 result = (BITCODE_BD *) ((arg1)->column_heights); in XS()
296195 if (arg1) (arg1)->column_heights = arg2; in XS()
296225 result = (BITCODE_BD *) ((arg1)->column_heights); in XS()