Home
last modified time | relevance | path

Searched refs:_startPx (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_scale.ts27 private _startPx: number; property in TimeScale
33 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;