Searched refs:updateCanvas (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemCalltree.ts | 145 this.frameChart?.updateCanvas(true, initWidth); 194 this.frameChart?.updateCanvas(true, this.initWidth); 592 this.frameChart?.updateCanvas(false, entries[0].contentRect.width);
|
| D | TabPaneCallTree.ts | 147 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/ |
| D | TabPerfProfile.ts | 151 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/ |
| D | FrameChart.test.ts | 108 expect(frameChart.updateCanvas()).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallTree.ts | 120 this.nmCallTreeFrameChart?.updateCanvas(true, initWidth); 699 this.nmCallTreeFrameChart?.updateCanvas(false, entries[0].contentRect.width);
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | FrameChart.ts | 334 public updateCanvas(updateWidth: boolean, newWidth?: number): void {
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 1386 let updateCanvas = this.traceSheetEL?.updateRangeSelect(); variable 1387 if (updateCanvas) {
|