Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCpuProfiler.ts129 let x1: number, x2: number; variable
152 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1; variable
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pie/
DLitChartPie.ts313 let x1 = 0 + this.radius! * Math.cos((deg * Math.PI) / 180); variable
/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts317 let x1 = 0 + this.radius! * Math.cos((deg * Math.PI) / 180); variable