Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts98 const barWidth = 3;
104 ctx.lineTo(position + barWidth / 2, triangleHeight);
105 ctx.lineTo(position + barWidth / 2, this.getHeight());
106 ctx.lineTo(position - barWidth / 2, this.getHeight());
107 ctx.lineTo(position - barWidth / 2, triangleHeight);
322 const barWidth = 2; constant
325 this.ctx.moveTo(position - barWidth / 2, 0);
329 this.ctx.lineTo(position + barWidth / 2, flagHeight);
330 this.ctx.lineTo(position + barWidth / 2, this.getHeight());
331 this.ctx.lineTo(position - barWidth / 2, this.getHeight());