Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Doverview_timeline_panel.ts121 const [vizStartPx, vizEndPx] = constant
130 ctx.fillRect(vizEndPx, headerHeight, this.width - vizEndPx, tracksHeight);
135 ctx.fillRect(vizEndPx, headerHeight, 1, tracksHeight);
146 vizEndPx - Math.floor(hbarWidth / 2),
161 const [vizStartPx, vizEndPx] = constant
164 const endBound = vizEndPx + SIDEBAR_WIDTH;