Searched refs:rowToUse (Results 1 – 1 of 1) sorted by relevance
179 rowToUse: number,210 borderPadding + rowToUse * totalRowHeight,235 const rowToUse = this.rowsToUse.get(entryIndex); constant236 if (rowToUse === undefined) {239 return rowToUse;262 let rowToUse = 0; variable263 while ((rowAvailableFrom[rowToUse] ?? 0n) > timeRange.from.getValueNs()) {264 rowToUse++;267 rowAvailableFrom[rowToUse] = timeRange.to.getValueNs();269 if (rowToUse + 1 > this.maxRowsRequires) {[all …]