Searched refs:computeZoom (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | time_scale_unittest.ts | 17 import {computeZoom, TimeScale} from './time_scale'; 58 const newSpan = computeZoom(scale, span, 0.5, 50); 66 const newSpan = computeZoom(scale, span, 0.5, 250); 74 const newSpan = computeZoom(scale, span, 0.0000000001, 225);
|
D | viewer_page.ts | 30 import {computeZoom} from './time_scale'; 126 const newSpan = computeZoom(scale, span, 1 - zoomRatio, zoomPx);
|
D | time_scale.ts | 84 export function computeZoom( function
|