Home
last modified time | relevance | path

Searched refs:shift_cells_down (Results 1 – 2 of 2) sorted by relevance

/dports/math/sc-im/sc-im-0.8.2/src/
H A Dshift.h47 void shift_cells_down(int deltarows, int deltacols);
H A Dshift.c168 if (delta_rows > 0) shift_cells_down (brrow - tlrow + 1, brcol - tlcol + 1); in shift_range()
186 void shift_cells_down(int deltarows, int deltacols) { in shift_cells_down() function