Searched refs:clampedZoomPx (Results 1 – 1 of 1) sorted by relevance
92 const clampedZoomPx = Math.max(startPx, Math.min(endPx, zoomPx)); constant93 const zoomTime = scale.pxToTime(clampedZoomPx);94 const r = (clampedZoomPx - startPx) / deltaPx;