Searched refs:rulerW (Results 1 – 2 of 2) sorted by relevance
79 private rulerW = 0; property in SportRuler175 … (this.rulerW * (flagObj.time - this.range.startNS)) / (this.range.endNS - this.range.startNS)197 this.rulerW = this.canvas!.offsetWidth;436 …let x = Math.round((this.rulerW * (time - this.range.startNS)) / (this.range.endNS - this.range.st…464 (this.rulerW * (startTime - this.range.startNS)) / (this.range.endNS - this.range.startNS)466 …let endX = Math.round((this.rulerW * (endTime - this.range.startNS)) / (this.range.endNS - this.ra…582 …(this.rulerW * (slicesTime.startTime - this.range.startNS)) / (this.range.endNS - this.range.start…585 …(this.rulerW * (slicesTime.endTime - this.range.startNS)) / (this.range.endNS - this.range.startNS)699 … let flagAtRulerTime = Math.round(((this.range.endNS - this.range.startNS) * x) / this.rulerW);
123 private rulerW = 0; property in RangeRuler533 this.rulerW = this.canvas!.offsetWidth;547 …this.range.endNS = ((this.rulerW * (endTime - this.range.startNS)) + this.range.startNS * endX) / …