Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorker.ts214 req.canvasWidth = e.data.params.canvasWidth;
228 if (req.canvas.width !== req.canvasWidth || req.canvas.height !== req.canvasHeight) {
229 req.canvas.width = req.canvasWidth;
DProcedureWorkerEnergyAnomaly.ts37 canvasWidth: number;
DProcedureWorkerCommon.ts61 canvasWidth: any;
/developtools/smartperf_host/ide/src/trace/component/trace/
DTimerShaftElement.ts127 canvasWidth: number = 0; property in TimerShaftElement
423 canvasWidth: this.canvasWidth,
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts163 canvasWidth = 0; property in TraceRow
907 this.canvasWidth = timerShaftCanvas!.width;
909 canvas.width = this.canvasWidth;
936 this.canvasWidth = Math.ceil((width - (this.describeEl?.clientWidth || 248)) * this.dpr);
1266 canvasWidth: this.canvasWidth,
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiSysEnergyChart.ts195 canvasWidth: this.trace.canvasPanel?.width || 0,