Home
last modified time | relevance | path

Searched refs:radius (Results 1 – 25 of 43) sorted by relevance

12

/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts150 radius: number | undefined; property in LitChartPie
194 this.radius = (Math.min(this.clientHeight, this.clientWidth) * 0.65) / 2 - 10;
257 if (isPointIsCircle(0, 0, x, y, this.radius!)) {
292 this.radius = (Math.min(this.clientHeight, this.clientWidth) * 0.65) / 2 - 10;
309 if (isPointIsCircle(0, 0, x, y, this.radius!)) {
369 let x1 = 0 + this.radius! * Math.cos((deg * Math.PI) / 180);
370 let y1 = 0 + this.radius! * Math.sin((deg * Math.PI) / 180);
371 let x2 = 0 + (this.radius! + 13) * Math.cos((deg * Math.PI) / 180);
372 let y2 = 0 + (this.radius! + 13) * Math.sin((deg * Math.PI) / 180);
373 let x3 = 0 + (this.radius! + dep) * Math.cos((deg * Math.PI) / 180);
[all …]
DLitChartPieData.ts25 export function isPointIsCircle(x1: number, y1: number, x2: number, y2: number, radius: number): bo…
26 return Math.sqrt(Math.pow(Math.abs(x2 - x1), 2) + Math.pow(Math.abs(y2 - y1), 2)) < radius;
DLitChartPieConfig.ts22 radius: number; property
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DLineDataSet.ets49 * the radius of the circle-shaped value indicators
54 * the hole radius of the circle-shaped value indicators
151 * Sets the radius of the drawn circles.
152 * Default radius = 4f, Min = 1f
154 * @param radius
156 public setCircleRadius(radius: number): void {
158 if (radius >= 1) {
159 this.mCircleRadius = radius;
161 console.log("LineDataSet", "Circle radius cannot be < 1")
170 * Sets the hole radius of the drawn circles.
[all …]
DRadarDataSet.ets91 public setHighlightCircleInnerRadius(radius : number) : void {
92 this.mHighlightCircleInnerRadius = radius;
100 public setHighlightCircleOuterRadius(radius : number) : void {
101 this.mHighlightCircleOuterRadius = radius;
DPaint.ets353 radius: number = 2;
475 setCircleRadius(radius: number){
476 this.radius = radius;
613 radius: number = 2;
634 setCircleRadius(radius: number){
635 this.radius = radius;
DScatterDataSet.ets41 * The radius of the hole in the shape (applies to Square, Circle and Triangle)
106 * Sets the radius of the hole in the shape (applies to Square, Circle and Triangle)
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergyAnomaly.ts134 it.frame.height = 20 + radius * 2;
173 EnergyAnomalyStruct.drawRoundRectPath(ctx, data.frame.x - 7, 20 - 7, radius, data);
181 radius: number,
185 ctx.arc(x + 7, y + 22, radius, 0, Math.PI * 2);
220 let radius = 12; variable
DProcedureWorkerFunc.ts234 radius: number,
240 ctx.arc(x + data.frame!.width, y, radius, 0, Math.PI * 2);
251 radius: number,
257 canvas.arc(x + data.frame!.width + 20, y, radius, 0, Math.PI * 2);
DProcedureWorkerCommon.ts1568 …static drawRoundRectPath(cxt: Path2D, x: number, y: number, width: number, height: number, radius:…
1569 cxt.arc(x + width - radius, y + height - radius, radius, 0, Math.PI / 2);
1570 cxt.lineTo(x + radius, y + height);
1571 cxt.arc(x + radius, y + height - radius, radius, Math.PI / 2, Math.PI);
1572 cxt.lineTo(x, y + radius);
1573 cxt.arc(x + radius, y + radius, radius, Math.PI, (Math.PI * 3) / 2);
1574 cxt.lineTo(x + width - radius, y);
1575 cxt.arc(x + width - radius, y + radius, radius, (Math.PI * 3) / 2, Math.PI * 2);
1576 cxt.lineTo(x + width, y + height - radius);
/developtools/ace_js2bundle/ace-loader/sample/lite/pages/detail/
Ddetail.css9 border-radius: 10px;
Ddetail.hml2 …eight: 444px;margin: 20px;border-width: 5px;border-color: #00ff00;border-radius: 10px;opacity: 0.5"
/developtools/ace_js2bundle/ace-loader/test/rich/common/css/
Dcommon.css19 border-radius: 5px;
/developtools/smartperf_host/ide/test/base-ui/menu/
DLitMainMenuGroup.test.ts44 expect(litMainMenuGroup.radius).toBeFalsy();
/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenuGroup.ts143 get radius() { method in LitMainMenuGroup
/developtools/smartperf_host/ide/test/base-ui/chart/pie/
DLitChartPie.test.ts172 radius: -10,
329 radius: 22,
493 radius: 32,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DIScatterDataSet.ets30 * Returns radius of the hole in the shape
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DFloatBall.ets161 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.colorPrimary") })
209 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.color_666") })
222 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.colorPrimary") })
DLoginPage.ets30 .border({ width: '1vp', color: $r('app.color.color_fff'), radius: '20vp' })
DQuestion.ets55 .shadow({ radius: 10, color: Color.Gray, offsetX: 10, offsetY: 5 })
DSettingsPage.ets46 .border({ radius: '20vp' })
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DHome.ets72 .border({ radius: '90vp', width: '0.5vp', color: $r("app.color.color_fff") })
91 .border({ width: '1vp', radius: this.circleRadius, color: $r("app.color.color_80fff") })
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTop20ProcessSwitchCount.ts86 radius: 0.8,
DTop20ProcessThreadCount.ts87 radius: 0.8,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DPathView.ets73 Circle({ width: item.radius * 2, height: item.radius * 2 })
74 .position({ x: item.getX() - item.radius, y: item.getY() - item.radius })

12