Searched refs:canvasHeight (Results 1 – 5 of 5) sorted by relevance
215 req.canvasHeight = e.data.params.canvasHeight;228 if (req.canvas.width !== req.canvasWidth || req.canvas.height !== req.canvasHeight) {230 req.canvas.height = req.canvasHeight;
62 canvasHeight: any;
128 canvasHeight: number = 0; property in TimerShaftElement424 canvasHeight: this.canvasHeight,
164 canvasHeight = 0; property in TraceRow908 this.canvasHeight = Math.ceil(tempHeight * this.dpr);910 canvas.height = this.canvasHeight;937 this.canvasHeight = Math.ceil(tempHeight * this.dpr);1267 canvasHeight: this.canvasHeight,
548 let canvasHeight = variable550 …drawLines(this.canvasPanelCtx!, TraceRow.range?.xs || [], canvasHeight, this.timerShaftEL!.lineCol…