Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts507 let maxX = r1.x + r1.w > rect.x + rect.w ? r1.x + r1.w : rect.x + rect.w; variable
508 let maxY = r1.y + r1.h > rect.y + rect.h ? r1.y + r1.h : rect.y + rect.h; variable
509 let minX = r1.x < rect.x ? r1.x : rect.x; variable
510 let minY = r1.y < rect.y ? r1.y : rect.y; variable
/developtools/profiler/hiebpf/include/
Dvmlinux.h66102 MPI r1; member
154872 u8 r1: 1; member