Lines Matching refs:timeScale
56 timeScale, constant
71 timeScale.timeToPx(fromNs(centerX)),
100 const {timeScale} = globals.frontendLocalState; constant
101 const time = toNs(timeScale.pxToTime(x));
103 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
114 const {timeScale} = globals.frontendLocalState; constant
116 const time = toNs(timeScale.pxToTime(x));
119 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
134 left: number, timeScale: TimeScale, data: Data, x: number, y: number,
138 const centerX = timeScale.timeToPx(fromNs(data.tsStarts[left]));
144 const centerX = timeScale.timeToPx(fromNs(data.tsStarts[right]));