Lines Matching refs:timeScale
52 const {timeScale, visibleWindowTime} = globals.frontendLocalState; constant
62 timeScale.timeToPx(visibleWindowTime.start),
63 timeScale.timeToPx(visibleWindowTime.end),
64 timeScale.timeToPx(data.start),
65 timeScale.timeToPx(data.end),
195 const {timeScale} = globals.frontendLocalState; constant
197 const instantWidthTime = timeScale.deltaPxToDuration(HALF_CHEVRON_WIDTH_PX);
198 const t = timeScale.pxToTime(x);
260 const {timeScale, visibleWindowTime} = globals.frontendLocalState; constant
261 const pxEnd = timeScale.timeToPx(visibleWindowTime.end);
262 const left = Math.max(timeScale.timeToPx(tStart), -TRACE_MARGIN_TIME_S);
263 const right = Math.min(timeScale.timeToPx(tEnd), pxEnd);