Home
last modified time | relevance | path

Searched +defs:z +defs:j (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp36 Matrix4 Matrix4::CreateTranslate(double x, double y, double z) in CreateTranslate()
41 Matrix4 Matrix4::CreateScale(double x, double y, double z) in CreateScale()
56 double z = dz / sqrt(sum); in CreateRotate() local
114 Matrix4 Matrix4::QuaternionToMatrix(double x, double y, double z, double w) in QuaternionToMatrix()
162 void Matrix4::SetScale(double x, double y, double z) in SetScale()
316 for (auto j = 0; j < columns; j++) { in operator *() local
417 for (int j = 0; j < DIMENSION; j++) { in MapScalars() local
432 for (double j : i) { in ToString() local
462 for (auto j = 0; j < DIMENSION; j++) { in operator *() local
477 for (auto j = 0; j < columns_; j++) { in Transpose() local
[all …]
H A Dtransform_util.cpp49 float z = a[0] * b[1] - a[1] * b[0]; in Cross3() local
63 for (int j = 0; j < 4; j++) { in Normalize() local
102 double z = decomp.quaternion.GetZ(); in BuildRotationMatrix() local
524 for (int32_t j = 0; j < 3; j++) { in DecomposeTransform() local
577 for (int j = 0; j < 3; ++j) in DecomposeTransform() local
597 double r, s, t, x, y, z, w; in DecomposeTransform() local
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c39 #define maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
40 #define ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) argument
167 uint32_t j; in sha256_data_blk_update() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/
H A Dcj_matrix4_ffi.cpp50 for (int32_t j = 0; j < Matrix4::DIMENSION; j++) { in FfiOHOSMatrix4Init() local
120 void FfiOHOSMatrix4Translate(int64_t id, float x, float y, float z) in FfiOHOSMatrix4Translate()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp70 uint8_t j = (i + 1) % vertexNum; // 1: the next vertex in GetClockWise() local
199 float z = 0; in GetOrigPoint() local
268 float z = 0; in UpdateMap() local
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_algorithm.cpp65 int32_t z = (axisZ & 0x3) - 1; in TransformCoordinateSystemImpl() local
72 for (int32_t j = 0; j < ROTATION_VECTOR_LENGTH; j++) { in TransformCoordinateSystemImpl() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h242 Vector3(T x, T y, T z) in Vector3()
298 Vector4(T x, T y, T z, T w) in Vector4()
526 T z = data_[2] * ((data_[3] * data_[7]) - (data_[4] * data_[6])); in Determinant() local
801 for (int16_t j = 0; j < ORDER_MATRIX_4; j++) { in ConomialMatrix() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2126 constructor(v, w, x, y = -1, z = undefined, a1) { argument
2179 let j = { class in TextArrowLayout.onMeasureSize
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16indow?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i={},C={},F=n&&n._… variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1261 constructor(z, a1, b1) { argument
1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1216 for (int j = 0; j < dataLenPerPoint * zoomPointsNum; j++) { in QueryZoomPerformance() local
1302 for (int j = 0; j < static_cast<int>(array.size()); j++) { in SetSmoothZoom() local
1829 float z = data.z; in CalcRotationDegree() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp515 uint32_t z; member
614 for (auto j = 0u; j < bindings; ++j) { in GetPipelineLayout() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… function
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1844 auto& z = center.GetZ(); in OnTransformCenterUpdate() local
1953 for (uint32_t j = 0; j < 2; j++) { in PerspectiveRect() local