Home
last modified time | relevance | path

Searched defs:textWidth (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerHeapSnapshot.ts102 textWidth: number | undefined; property in HeapSnapshotStruct
DProcedureWorkerSnapshot.ts296 textWidth: number = 0; property in SnapshotStruct
DProcedureWorkerCommon.ts939 const textWidth = ctx.measureText(selectParams.avgRateTxt!).width; constant
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts374 let textWidth = metrics.width; variable