Searched refs:renderTrack (Results 1 – 3 of 3) sorted by relevance
56 this.renderTrack(ctx, trackSize);60 private renderTrack(ctx: CanvasRenderingContext2D, size: Size2D): void { method in TickmarkPanel
154 const renderTrack = ( constant177 renderTrack(track, childDepth, childStickyTop),210 const trackVnodes = rootNode.children.map((track) => renderTrack(track));
1340 const renderTrack = (children?: m.Children) => constant1360 ? [renderTrack(), renderTrack(), renderTrack()]1361 : renderTrack(),