Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCallChart.ts110 let x1: number, x2: number; variable
127 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1; variable
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
Dimages.py7 def crop_picture(picture, x1=0, y1=72, x2=720, y2=1208): argument
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts381 let x1 = 0 + this.radius! * Math.cos((deg * Math.PI) / 180); variable