Lines Matching refs:timeScale
53 timeScale, constant
68 timeScale.timeToPx(fromNs(centerX)),
97 const {timeScale} = globals.frontendLocalState; constant
98 const time = toNs(timeScale.pxToTime(x));
100 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
111 const {timeScale} = globals.frontendLocalState; constant
113 const time = toNs(timeScale.pxToTime(x));
116 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
130 left: number, timeScale: TimeScale, data: Data, x: number, y: number,
134 const centerX = timeScale.timeToPx(fromNs(data.tsStarts[left]));
140 const centerX = timeScale.timeToPx(fromNs(data.tsStarts[right]));