Searched refs:startRow (Results 1 – 5 of 5) sorted by relevance
153 public void adjustValuesBelow(int startRow, int column, int delta) { in adjustValuesBelow() argument154 if (((startRow | column) < 0) || (startRow > size()) || in adjustValuesBelow()156 throw new IndexOutOfBoundsException(startRow + ", " + column); in adjustValuesBelow()159 if (startRow >= mRowGapStart) { in adjustValuesBelow()160 startRow += mRowGapLength; in adjustValuesBelow()163 moveValueGapTo(column, startRow); in adjustValuesBelow()
595 int startRow = mRow - windowSize + 1; in rollUp() local596 if (startRow < 1) { in rollUp()597 startRow = 1; in rollUp()599 for (i = startRow; i < mRow; i++) { in rollUp()
135 int startRow) in copyInterlaceGroup() argument139 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup()
812 int startRow = mRow - windowSize + 1; in rollUp() local813 if (startRow < 1) { in rollUp()814 startRow = 1; in rollUp()816 for (i = startRow; i < mRow; i++) { in rollUp()
819 int startRow = mRow - windowSize + 1; in rollUp() local820 if (startRow < 1) { in rollUp()821 startRow = 1; in rollUp()823 for (i = startRow; i < mRow; i++) { in rollUp()