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.ts137 const [vizStartPx, vizEndPx] = constant
146 ctx.fillRect(vizEndPx, headerHeight, this.width - vizEndPx, tracksHeight);
151 ctx.fillRect(vizEndPx, headerHeight, 1, tracksHeight);
162 vizEndPx - Math.floor(hbarWidth / 2),
177 const [vizStartPx, vizEndPx] = constant
180 const endBound = vizEndPx + SIDEBAR_WIDTH;