Searched refs:stepSmall (Results 1 – 2 of 2) sorted by relevance
22 private stepSmall: number; property in TimeRuler30 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);
132 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);