Home
last modified time | relevance | path

Searched refs:updateCanvas (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.ts145 this.frameChart?.updateCanvas(true, initWidth);
194 this.frameChart?.updateCanvas(true, this.initWidth);
592 this.frameChart?.updateCanvas(false, entries[0].contentRect.width);
DTabPaneCallTree.ts147 this.frameChart?.updateCanvas(true, initWidth);
198 this.frameChart?.updateCanvas(true, this.initWidth);
322 this.frameChart?.updateCanvas(false, entries[0].contentRect.width);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfProfile.ts151 this.perfProfileFrameChart?.updateCanvas(true, initWidth);
207 this.perfProfileFrameChart?.updateCanvas(true, this.initWidth);
585 this.perfProfileFrameChart?.updateCanvas(false, entries[0].contentRect.width);
/developtools/smartperf_host/ide/test/trace/component/chart/
DFrameChart.test.ts108 expect(frameChart.updateCanvas()).toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.ts120 this.nmCallTreeFrameChart?.updateCanvas(true, initWidth);
699 this.nmCallTreeFrameChart?.updateCanvas(false, entries[0].contentRect.width);
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts334 public updateCanvas(updateWidth: boolean, newWidth?: number): void {
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1386 let updateCanvas = this.traceSheetEL?.updateRangeSelect(); variable
1387 if (updateCanvas) {