Searched refs:_startPx (Results 1 – 1 of 1) sorted by relevance
27 private _startPx: number; property in TimeScale33 this._startPx = boundsPx[0];39 this.secPerPx = this.timeBounds.duration / (this._endPx - this._startPx);47 return this._startPx + (time - this.timeBounds.start) / this.secPerPx;51 return this.timeBounds.start + (px - this._startPx) * this.secPerPx;66 this._startPx = pxStart;76 return this._startPx;