Home
last modified time | relevance | path

Searched defs:textMetricsWidth (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerAllStates.ts94 textMetricsWidth: number | undefined; property in AllstatesStruct
DProcedureWorkerIrq.ts100 textMetricsWidth: number | undefined; //自补充 property in IrqStruct
DProcedureWorkerFunc.ts206 textMetricsWidth: number | undefined; property in FuncStruct
DProcedureWorkerSoInit.ts147 textMetricsWidth: number | undefined; property in SoStruct
DProcedureWorkerThread.ts111 textMetricsWidth: number | undefined; property in ThreadStruct
DProcedureWorkerCommon.ts1499 const textMetricsWidth = (data.textMetricsWidth as TextMetrics).width; constant