Searched refs:shellCanvasCtx (Results 1 – 1 of 1) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpWebHdcShell.ts | 28 private shellCanvasCtx: CanvasRenderingContext2D | null | undefined; property in SpWebHdcShell 60 this.shellCanvasCtx = this.shellCanvas!.getContext('2d'); 61 this.shellCanvasCtx!.fillStyle = '#000'; 63 this.shellCanvasCtx!.fillRect(0, 0, this.shellCanvas!.width, this.shellCanvas!.height); 96 that.shellCanvasCtx!.clearRect(that.shellStrLength, that.textY, 12, 3); 115 this.shellCanvasCtx!.clearRect(0, 0, this.shellCanvas!.width, this.shellCanvas!.height); 116 this.shellCanvasCtx!.fillStyle = '#000'; 117 this.shellCanvasCtx!.fillRect(0, 0, this.shellCanvas!.width, this.shellCanvas!.height); 175 let w = this.shellCanvasCtx!.measureText(line).width; 210 this.shellCanvasCtx!.fillRect(startX, startY, endX - startX, endY - startY); [all …]
|