Searched refs:_startPx (Results 1 – 1 of 1) sorted by relevance
26 private _startPx: number; property in TimeScale32 this._startPx = boundsPx[0];38 this.secPerPx = this.timeBounds.duration / (this._endPx - this._startPx);46 return this._startPx + (time - this.timeBounds.start) / this.secPerPx;50 return this.timeBounds.start + (px - this._startPx) * this.secPerPx;63 this._startPx = pxStart;73 return this._startPx;