/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_Path2D/router/ |
H A D | index.js | 95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_Path2D/router/ |
H A D | index.js | 95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_Path2D/router/ |
H A D | index.js | 95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_Path2D/router/ |
H A D | index.js | 95 path.ellipse(50, 50, 25, 50, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/jsCanavas/ |
H A D | index.js | 236 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1); 258 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_CanvasRenderingContext2D/router/ |
H A D | index.js | 235 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
257 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
H A D | index.js | 266 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1);
288 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/CanvasRenderingContext2D/ |
H A D | index.js | 245 ctx.ellipse(50, 50, 30, 60, Math.PI * 0.25, Math.PI * 0.5, Math.PI, 1); 267 ctx.rotate(45 * Math.PI / 180); // Rotate the rectangle 45 degrees
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mathndk.cpp | 23 #define PI 3.14159265358979
macro 852 double getResult = cos(firstParam * PI / HALFCIRCLE);
in Cos() 865 double getResult = cosh(firstParam * PI / HALFCIRCLE);
in Cosh() 1296 double getResult = cosf(firstParam * PI / HALFCIRCLE);
in CosF() 1309 double getResult = cosl(firstParam * PI / HALFCIRCLE);
in CosL() 1322 double getResult = coshf(firstParam * PI / HALFCIRCLE);
in CosHf() 1335 double getResult = coshl(firstParam * PI / HALFCIRCLE);
in CosHl()
|