Home
last modified time | relevance | path

Searched defs:maxY (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pie/
DLitChartPie.ts386 let maxY = r1.y + r1.h > rect.y + rect.h ? r1.y + r1.h : rect.y + rect.h; variable
/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts390 let maxY = r1.y + r1.h > rect.y + rect.h ? r1.y + r1.h : rect.y + rect.h; variable