Searched refs:renderTimecode (Results 1 – 4 of 4) sorted by relevance
25 import {renderTimecode} from '../time_utils';84 return renderTimecode(time);
133 return renderTimecode(ctx, time, x, y, minWidth);179 function renderTimecode( function
293 renderTimecode(ctx, time, x, y, minWidth);318 function renderTimecode( function
20 export function renderTimecode(time: time) { function