Searched defs:textMetricsWidth (Results 1 – 6 of 6) sorted by relevance
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/ | ||
| D | ProcedureWorkerAllStates.ts | 94 textMetricsWidth: number | undefined; property in AllstatesStruct |
| D | ProcedureWorkerIrq.ts | 100 textMetricsWidth: number | undefined; //自补充 property in IrqStruct |
| D | ProcedureWorkerFunc.ts | 206 textMetricsWidth: number | undefined; property in FuncStruct |
| D | ProcedureWorkerSoInit.ts | 147 textMetricsWidth: number | undefined; property in SoStruct |
| D | ProcedureWorkerThread.ts | 111 textMetricsWidth: number | undefined; property in ThreadStruct |
| D | ProcedureWorkerCommon.ts | 1499 const textMetricsWidth = (data.textMetricsWidth as TextMetrics).width; constant |