Searched refs:textMetricsWidth (Results 1 – 14 of 14) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerSoInit.test.ts | 42 textMetricsWidth: 52.875, 55 textMetricsWidth: 54.6875, 77 textMetricsWidth: 55.75, 102 textMetricsWidth: 66.650546875, 119 textMetricsWidth: 96.2646875,
|
| D | ProcedureWorkerFrameAnimation.test.ts | 40 textMetricsWidth: 115.44140625, 50 textMetricsWidth: 133.0703125, 77 textMetricsWidth: 115.44140625,
|
| D | ProcedureWorkerSnapshot.test.ts | 47 textMetricsWidth: 50.5810546875, 60 textMetricsWidth: 50.5810546875,
|
| D | ProcedureWorkerHeapSnapshot.test.ts | 51 textMetricsWidth: 50.5810546875, 61 textMetricsWidth: 50.5810546875,
|
| D | ProcedureWorkerIrq.test.ts | 50 let data = { textMetricsWidth: 1 };
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.test.ts | 327 textMetricsWidth: 185.634765625, 407 textMetricsWidth: 185.634765625, 425 textMetricsWidth: 185.634765625, 458 textMetricsWidth: 185.634765625, 495 textMetricsWidth: 185.634765625,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.test.ts | 49 textMetricsWidth: 60.697265625, 58 textMetricsWidth: 50.5810546875,
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerThread.ts | 93 textMetricsWidth: number | undefined; property in ThreadStruct
|
| D | ProcedureWorkerIrq.ts | 95 textMetricsWidth: number | undefined; //自补充 property in IrqStruct
|
| D | ProcedureWorkerSoInit.ts | 126 textMetricsWidth: number | undefined; property in SoStruct
|
| D | ProcedureWorkerFunc.ts | 158 textMetricsWidth: number | undefined; property in FuncStruct
|
| D | ProcedureWorkerCommon.ts | 1380 if (data.textMetricsWidth === undefined) { 1381 data.textMetricsWidth = ctx.measureText(str).width; 1383 let charWidth = Math.round(data.textMetricsWidth / str.length); 1385 if (data.textMetricsWidth < fillTextWidth) { 1386 let x2 = Math.floor(frame.width / 2 - data.textMetricsWidth / 2 + frame.x + textPadding);
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemCalltree.test.ts | 187 textMetricsWidth: 62.7712033125,
|
| D | TabPaneCallTree.test.ts | 165 textMetricsWidth: 62.7783203125,
|