Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerSoInit.test.ts45 textMetricsWidth: 52.875,
58 textMetricsWidth: 54.6875,
80 textMetricsWidth: 55.75,
105 textMetricsWidth: 66.650546875,
122 textMetricsWidth: 96.2646875,
DProcedureWorkerFrameAnimation.test.ts44 textMetricsWidth: 115.44140625,
54 textMetricsWidth: 133.0703125,
81 textMetricsWidth: 115.44140625,
DProcedureWorkerSnapshot.test.ts50 textMetricsWidth: 50.5810546875,
63 textMetricsWidth: 50.5810546875,
DProcedureWorkerHeapSnapshot.test.ts54 textMetricsWidth: 50.5810546875,
64 textMetricsWidth: 50.5810546875,
DProcedureWorkerIrq.test.ts51 let data = { textMetricsWidth: 1 };
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/
DTabPaneTaskFrames.test.ts330 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/
DTabPaneComparison.test.ts51 textMetricsWidth: 60.697265625,
60 textMetricsWidth: 50.5810546875,
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerThread.ts76 textMetricsWidth: number | undefined; property in ThreadStruct
DProcedureWorkerIrq.ts80 textMetricsWidth: number | undefined; //自补充 property in IrqStruct
DProcedureWorkerSoInit.ts120 textMetricsWidth: number | undefined; property in SoStruct
DProcedureWorkerCommon.ts840 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);
DProcedureWorkerFunc.ts121 textMetricsWidth: number | undefined; property in FuncStruct
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerThread.ts76 textMetricsWidth: number | undefined; property in ThreadStruct
DProcedureWorkerIrq.ts80 textMetricsWidth: number | undefined; //自补充 property in IrqStruct
DProcedureWorkerSoInit.ts121 textMetricsWidth: number | undefined; property in SoStruct
DProcedureWorkerCommon.ts859 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);
DProcedureWorkerFunc.ts122 textMetricsWidth: number | undefined; property in FuncStruct
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneCallTree.test.ts168 textMetricsWidth: 62.7783203125,
DTabPaneFileSystemCalltree.test.ts190 textMetricsWidth: 62.7712033125,
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DFrameChartStruct.ts50 textMetricsWidth: number | undefined; property in ChartStruct
/developtools/smartperf_host/ide/src/trace/bean/
DFrameChartStruct.ts50 textMetricsWidth: number | undefined; property in ChartStruct