Searched refs:endRow (Results 1 – 3 of 3) sorted by relevance
46 int32 endRow);
276 EquationSystem::_EliminateColumn(int32 column, int32 startRow, int32 endRow) in _EliminateColumn() argument285 for (int r = startRow; r < endRow + 1; r++) { in _EliminateColumn()
606 int32 endRow = rowIndex + count; in TableRowsAdded() local609 for (int32 i = rowIndex; i < endRow; i++) { in TableRowsAdded()643 _UpdateRowIndices(endRow); in TableRowsAdded()