Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DTimeRuler.ts22 private stepSmall: number; property in TimeRuler
30 this.stepSmall = this.frame.width / 100;
35 this.stepSmall = this.frame.width / 100;
50 this.context2D.moveTo(x + Math.floor(innerIndex * this.stepSmall), 0);
51 this.context2D.lineTo(x + Math.floor(innerIndex * this.stepSmall), this.frame.height / 4);
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts132 private stepSmall: number;
147 this.stepSmall = this.frame.width / 100;
153 this.stepSmall = this.frame.width / 100;
165 this.c.moveTo(x + Math.floor(j * this.stepSmall), 0);
166 this.c.lineTo(x + Math.floor(j * this.stepSmall), this.frame.height / 4);