Lines Matching refs:timeScale
52 timeScale, constant
67 timeScale.timeToPx(fromNs(centerX)),
95 const {timeScale} = globals.frontendLocalState; constant
96 const time = toNs(timeScale.pxToTime(x));
98 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
109 const {timeScale} = globals.frontendLocalState; constant
111 const time = toNs(timeScale.pxToTime(x));
114 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
129 left: number, timeScale: TimeScale, data: Data, x: number, y: number,
133 const centerX = timeScale.timeToPx(fromNs(data.tsStarts[left]));
139 const centerX = timeScale.timeToPx(fromNs(data.tsStarts[right]));