Home
last modified time | relevance | path

Searched refs:fill_cell (Results 1 – 6 of 6) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-output.c93 fill_cell (struct table *t, int x1, int y1, int x2, int y2, in fill_cell() function
254 fill_cell (t, bb[H][0], bb[V][0], bb[H][1], bb[V][1], in compose_headings()
292 fill_cell (t, bb[H][0], bb[V][0], bb[H][1], bb[V][1], in compose_headings()
403 fill_cell (table, in pivot_table_submit_layer()
418 fill_cell (table, 0, 0, stub[H] - 1, stub[V] - 1, in pivot_table_submit_layer()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/crates/mdman/src/format/
H A Dtext.rs558 .map(|((cell, width), alignment)| fill_cell(cell, *width - 2, *alignment)) in fill_row()
573 fn fill_cell(text: &str, width: usize, alignment: Alignment) -> Vec<String> { in fill_cell() function
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dplace2def.tcl.in41 set fill_cell [lindex $argv 1]
663 set cellname ${fill_cell}
/dports/biology/bwa/bwa-0.7.17/
H A Dbwtsw2_core.c421 static inline int fill_cell(const bsw2opt_t *o, int match_score, bsw2cell_t *c[4]) in fill_cell() function
526 if (fill_cell(opt, curr_score_mat[p->pj], c) > 0) { // then update topology at p and x in bsw2_core()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Domnigrid.lua401 function omnigrid.fill_cell(e,cell,fill) function
/dports/cad/py-phidl/phidl-1.0.1/phidl/
H A Dgeometry.py1665 fill_cell = _fill_cell_rectangle(size = fill_size, layers = fill_layers,
1699 …F.add(gdspy.CellArray(ref_cell = fill_cell, columns = len(s), rows = 1, spacing = fill_size, origi…