Searched refs:offsetNs (Results 1 – 1 of 1) sorted by relevance
601 let offsetNs = 20 * unitValue + flagTime - this.range.endNS; variable602 this.range.startNS += offsetNs;603 this.range.endNS += offsetNs;605 let offsetNs = this.range.startNS - flagTime + 20 * unitValue; variable606 this.range.startNS -= offsetNs;607 this.range.endNS -= offsetNs;