Home
last modified time | relevance | path

Searched refs:textMetricsWidth (Results 1 – 14 of 14) sorted by relevance

/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerSoInit.test.ts42 textMetricsWidth: 52.875,
55 textMetricsWidth: 54.6875,
77 textMetricsWidth: 55.75,
102 textMetricsWidth: 66.650546875,
119 textMetricsWidth: 96.2646875,
DProcedureWorkerFrameAnimation.test.ts40 textMetricsWidth: 115.44140625,
50 textMetricsWidth: 133.0703125,
77 textMetricsWidth: 115.44140625,
DProcedureWorkerSnapshot.test.ts47 textMetricsWidth: 50.5810546875,
60 textMetricsWidth: 50.5810546875,
DProcedureWorkerHeapSnapshot.test.ts51 textMetricsWidth: 50.5810546875,
61 textMetricsWidth: 50.5810546875,
DProcedureWorkerIrq.test.ts50 let data = { textMetricsWidth: 1 };
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/
DTabPaneTaskFrames.test.ts327 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/
DTabPaneComparison.test.ts49 textMetricsWidth: 60.697265625,
58 textMetricsWidth: 50.5810546875,
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerThread.ts93 textMetricsWidth: number | undefined; property in ThreadStruct
DProcedureWorkerIrq.ts95 textMetricsWidth: number | undefined; //自补充 property in IrqStruct
DProcedureWorkerSoInit.ts126 textMetricsWidth: number | undefined; property in SoStruct
DProcedureWorkerFunc.ts158 textMetricsWidth: number | undefined; property in FuncStruct
DProcedureWorkerCommon.ts1380 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/
DTabPaneFileSystemCalltree.test.ts187 textMetricsWidth: 62.7712033125,
DTabPaneCallTree.test.ts165 textMetricsWidth: 62.7783203125,