/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | GLFrame.js | 37 function touchStart(e) { argument 38 document.addEventListener('contextmenu', function (e) { argument 48 function touchMove(e) { argument 56 function touchEnd(e) { argument 65 function mouseDown(e) { argument 84 function mouseMove(e) { argument 92 function mouseUp(e) { argument 112 function keyDown(e) { argument 171 document.addEventListener('contextmenu', function (e) { argument 191 callbackProctouch(msg, x, y) { argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Matrix.js | 40 setTranslate(x, y, z) { argument 47 setScale(x, y, z) { argument 54 rotateX(e, s, c) { argument 73 rotateY(e, s, c) { argument 92 rotateZ(e, s, c) { argument 111 setRotate(angle, x, y, z) { argument 336 translate(x, y, z) { argument 345 scale(x, y, z) { argument 361 rotate(angle, x, y, z) { argument
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter_lite.c | 83 static int32_t InitRsaPkCtx(const struct HksBlob *mod, const struct HksBlob *e, mbedtls_pk_context … in InitRsaPkCtx() 128 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey() 148 static int32_t InitEccPkCtx(uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, in InitEccPkCtx() 190 …atic int32_t EccToX509PublicKey(uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, in EccToX509PublicKey()
|
H A D | hks_client_service_adapter.c | 80 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey() 146 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in EccToX509PublicKey() 200 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in Sm2ToX509PublicKey() 208 …const struct HksBlob *publicKey, struct HksBlob *y, struct HksBlob *p, struct HksBlob *q, struct H… in GetDsaPubKeyParam() 237 static int32_t DsaToX509PublicKey(const struct HksBlob *y, const struct HksBlob *p, const struct Hk… in DsaToX509PublicKey() 291 struct HksBlob y = {0}; in DsaPublicKeyToX509() local 492 BIGNUM *y = BN_new(); in EcKeyToPublicKey() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… constant
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …e strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=requi… argument
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 119 this.containerGlobalPosition = { x: 0, y: 0 }; property in FoldSplitContainer.constructor.containerGlobalPosition 683 let e = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.cpp | 345 void CanvasPath2D::SetTransform(double a, double b, double c, double d, double e, double f) in SetTransform() 357 void CanvasPath2D::MoveTo(double x, double y) in MoveTo() 365 void CanvasPath2D::LineTo(double x, double y) in LineTo() 373 void CanvasPath2D::Arc(double x, double y, double radius, double startAngle, double endAngle, doubl… in Arc() 396 void CanvasPath2D::QuadraticCurveTo(double cpx, double cpy, double x, double y) in QuadraticCurveTo() 406 …CanvasPath2D::BezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y, double x, double y) in BezierCurveTo() 419 …double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double end… in Ellipse() 433 void CanvasPath2D::Rect(double x, double y, double width, double height) in Rect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region.h | 170 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event() 178 Range(int s, int e) : start_(s), end_(e) {} in Range() 195 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 54 for (const auto& e : g_validExts) { local 118 …auto alphaSort = [](dirent* x, dirent* y) { return std::string(x->d_name) < std::string(y->d_name)… 320 FILE* e = fopen(fname.c_str(), "wb"); local 468 FILE* e = fopen(fname.c_str(), "wb"); local
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 68 Event(int y, Type type, int l, int r) : y_(y), type_(type), left_(l), right_(r) {} in Event() 94 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_arc.cpp | 21 #define IS_IN_DEGREERANE(d, s, e) ((s) <= (e)) ? (((d) >= (s)) && ((d) <= (e))) : (((d) >= (s)) || … argument 116 uint16_t DrawArc::CalculateTanDegree(uint16_t x, uint16_t y) in CalculateTanDegree() 243 int16_t y, in DrawLineWithDegree() 289 int16_t y, in DrawLineWithDegreeInner()
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 64 int32_t y = (axisY & 0x3) - 1; in TransformCoordinateSystemImpl() local 317 …float e = static_cast<float>(std::sqrt(pow(geomagnetic[0], 2) + pow(geomagnetic[1], 2) + pow(geoma… in CreateRotationAndInclination() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 313 BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinatesGfp() 386 const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinatesGfp() 655 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() 702 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew() 802 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId() 1095 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey() 1100 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() 1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() 1952 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates() [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_chart.cpp | 516 for (int16_t y = 0; y < height; y++) { in ReMeasure() local 725 int64_t e = p4.x - p3.x; in GetLineCrossPoint() local 808 int16_t y = enableReverse_ ? (linePoints.start.y + startY) : (startY - linePoints.start.y); in DrawGradientColor() local 869 int16_t& y, in CalcVerticalInfo() 904 int16_t y = 0; in GradientColor() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 221 const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinatesGfp() 258 BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinatesGfp() 393 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() 428 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew() 475 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId() 692 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey() 697 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() 707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 712 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() 1412 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | EnvironmentJS.cpp | 147 EnvironmentJS::EnvironmentJS(napi_env e, napi_callback_info i) in EnvironmentJS() 358 auto y = obj.Get<float>("y"); in SetIrradianceCoefficients() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 90 inline float SafePow(float x, float e) in SafePow() 119 float e = 0.0f; member 188 const float e = 0.14f; in ACESToneMapping() local 782 int y = static_cast<int>(ybase[i * bufferStride + j]); in ConvertYUV420SPToRGBA() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 514 uint32_t y; member 1680 } catch (std::exception const& e) { in runAllCompilationStages() local 1726 } catch (std::exception const& e) { in runAllCompilationStages() local 1737 } catch (std::exception const& e) { in runAllCompilationStages() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1272 constructor(x, y) { argument 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|