Searched refs:y3 (Results 1 – 3 of 3) sorted by relevance
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
D | LineChartRenderer.ets | 359 let y3 = Utils.convertDpToPixel(this.getYPosition(realY3 * yScale)); 361 commandsData += ' C' + x1 + ' ' + y1 + ' ' + x2 + ' ' + y2 + ' ' + x3 + ' ' + y3; 362 commandsDataFill += ' C' + x1 + ' ' + y1 + ' ' + x2 + ' ' + y2 + ' ' + x3 + ' ' + y3; 512 let y3 = Utils.convertDpToPixel(this.getYPosition(realY3 * yScale)); 514 commandsData += ' C' + x1 + ' ' + y1 + ' ' + x2 + ' ' + y2 + ' ' + x3 + ' ' + y3; 515 commandsDataFill += ' C' + x1 + ' ' + y1 + ' ' + x2 + ' ' + y2 + ' ' + x3 + ' ' + y3;
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerCommon.ts | 1243 let y3 = bezierCurveEnd.y ?? 0; 1245 let y2 = y3 - 40 * percentage; 1262 context.bezierCurveTo(x1, y1, x2, y2, x3, y3); 1263 context.moveTo(x3, y3); 1265 context.lineTo(x3 - wid, y3 + wid); 1266 context.moveTo(x3, y3); 1267 context.lineTo(x3 - wid, y3 - wid); 1269 context.lineTo(x3 + wid, y3 + wid); 1270 context.moveTo(x3, y3); 1271 context.lineTo(x3 + wid, y3 - wid); [all …]
|
/developtools/smartperf_host/ide/src/base-ui/chart/pie/ |
D | LitChartPie.ts | 384 let y3 = 0 + (this.radius! + dep) * Math.sin((deg * Math.PI) / 180); variable 390 y: y3 + textHeight / 2,
|