Home
last modified time | relevance | path

Searched refs:clampedZoomPx (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_scale.ts92 const clampedZoomPx = Math.max(startPx, Math.min(endPx, zoomPx)); constant
93 const zoomTime = scale.pxToTime(clampedZoomPx);
94 const r = (clampedZoomPx - startPx) / deltaPx;