Searched refs:columnsCount (Results 1 – 2 of 2) sorted by relevance
312 final int columnsCount = endColumn + 1 - startColumn;313 if ((destination.length < rowsCount) || (destination[0].length < columnsCount)) {317 rowsCount, columnsCount);
338 final int columnsCount = endColumn + 1 - startColumn; in copySubMatrix() local339 if ((destination.length < rowsCount) || (destination[0].length < columnsCount)) { in copySubMatrix()343 rowsCount, columnsCount); in copySubMatrix()