Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/components/widgets/
H A Dtimestamp.ts25 import {renderTimecode} from '../time_utils';
84 return renderTimecode(time);
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dtime_axis_panel.ts133 return renderTimecode(ctx, time, x, y, minWidth);
179 function renderTimecode( function
H A Doverview_timeline_panel.ts293 renderTimecode(ctx, time, x, y, minWidth);
318 function renderTimecode( function
/aosp_15_r20/external/perfetto/ui/src/components/
H A Dtime_utils.ts20 export function renderTimecode(time: time) { function