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