/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerSoInit.test.ts | 45 textMetricsWidth: 52.875, 58 textMetricsWidth: 54.6875, 80 textMetricsWidth: 55.75, 105 textMetricsWidth: 66.650546875, 122 textMetricsWidth: 96.2646875,
|
D | ProcedureWorkerFrameAnimation.test.ts | 44 textMetricsWidth: 115.44140625, 54 textMetricsWidth: 133.0703125, 81 textMetricsWidth: 115.44140625,
|
D | ProcedureWorkerSnapshot.test.ts | 50 textMetricsWidth: 50.5810546875, 63 textMetricsWidth: 50.5810546875,
|
D | ProcedureWorkerHeapSnapshot.test.ts | 54 textMetricsWidth: 50.5810546875, 64 textMetricsWidth: 50.5810546875,
|
D | ProcedureWorkerIrq.test.ts | 51 let data = { textMetricsWidth: 1 };
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/ |
D | TabPaneTaskFrames.test.ts | 330 textMetricsWidth: 185.634765625, 410 textMetricsWidth: 185.634765625, 428 textMetricsWidth: 185.634765625, 461 textMetricsWidth: 185.634765625, 498 textMetricsWidth: 185.634765625,
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
D | TabPaneComparison.test.ts | 51 textMetricsWidth: 60.697265625, 60 textMetricsWidth: 50.5810546875,
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerThread.ts | 76 textMetricsWidth: number | undefined; property in ThreadStruct
|
D | ProcedureWorkerIrq.ts | 80 textMetricsWidth: number | undefined; //自补充 property in IrqStruct
|
D | ProcedureWorkerSoInit.ts | 120 textMetricsWidth: number | undefined; property in SoStruct
|
D | ProcedureWorkerCommon.ts | 840 if (data.textMetricsWidth === undefined) { 841 data.textMetricsWidth = ctx.measureText(str).width; 843 let charWidth = Math.round(data.textMetricsWidth / str.length); 845 if (data.textMetricsWidth < fillTextWidth) { 846 let x2 = Math.floor(frame.width / 2 - data.textMetricsWidth / 2 + frame.x + textPadding);
|
D | ProcedureWorkerFunc.ts | 121 textMetricsWidth: number | undefined; property in FuncStruct
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerThread.ts | 76 textMetricsWidth: number | undefined; property in ThreadStruct
|
D | ProcedureWorkerIrq.ts | 80 textMetricsWidth: number | undefined; //自补充 property in IrqStruct
|
D | ProcedureWorkerSoInit.ts | 121 textMetricsWidth: number | undefined; property in SoStruct
|
D | ProcedureWorkerCommon.ts | 859 if (data.textMetricsWidth === undefined) { 860 data.textMetricsWidth = ctx.measureText(str).width; 862 let charWidth = Math.round(data.textMetricsWidth / str.length); 864 if (data.textMetricsWidth < fillTextWidth) { 865 let x2 = Math.floor(frame.width / 2 - data.textMetricsWidth / 2 + frame.x + textPadding);
|
D | ProcedureWorkerFunc.ts | 122 textMetricsWidth: number | undefined; property in FuncStruct
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
D | TabPaneCallTree.test.ts | 168 textMetricsWidth: 62.7783203125,
|
D | TabPaneFileSystemCalltree.test.ts | 190 textMetricsWidth: 62.7712033125,
|
/developtools/profiler/host/smartperf/ide/src/trace/bean/ |
D | FrameChartStruct.ts | 50 textMetricsWidth: number | undefined; property in ChartStruct
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | FrameChartStruct.ts | 50 textMetricsWidth: number | undefined; property in ChartStruct
|