/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | Matrix.java | 461 final float z = -2.0f * (r_depth); in orthoM() local 588 public static float length(float x, float y, float z) { in length() 622 float x, float y, float z) { in scaleM() 643 float x, float y, float z) { in scaleM() 667 float x, float y, float z) { in translateM() 690 float x, float y, float z) { in translateM() 713 float a, float x, float y, float z) { in rotateM() 731 float a, float x, float y, float z) { in rotateM() 750 float a, float x, float y, float z) { in setRotateM() 821 float x, float y, float z) { in setRotateEulerM() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___scale_options.md | 70 ### z subsection
|
H A D | _ark_u_i___rotation_options.md | 103 ### z subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___scale_options.md | 70 ### z subsection
|
H A D | _ark_u_i___rotation_options.md | 103 ### z subsection
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIPerformance/ |
H A D | index.js | 70 var z = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_page_transition_ffi.cpp | 47 void FfiPageTransitionTranslate(double x, double y, double z) in FfiPageTransitionTranslate() 57 void FfiPageTransitionScalePointer(double x, double y, double z, double centerX, double centerY) in FfiPageTransitionScalePointer()
|
H A D | cj_transitioneffect.h | 34 double z; member 41 float z; member 52 float z; member
|
/ohos5.0/base/sensors/sensor/interfaces/inner_api/ |
H A D | sensor_agent_type.h | 211 float z = 0.0; member 221 float z = 0.0; member 231 float z = 0.0; member 241 float z = 0.0; member 252 float z = 0.0; member 265 float z = 0.0; member 329 float z = 0.0; member 339 float z = 0.0; member 379 float z = 0.0; member 391 float z = 0.0; member [all …]
|
/aosp14/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | vec_types.h | 142 Vec(float x, float y, float z) { in Vec() 158 Vec(float x, float y, float z, float w) { in Vec()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 41 float z; member 50 float z; member
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Matrix.cpp | 283 void Matrix4::loadTranslate(float x, float y, float z) { in loadTranslate() 337 void Matrix4::loadRotate(float angle, float x, float y, float z) { in loadRotate() 381 float z = 0; in loadMultiply() local 479 float x, y, z; in mapRect() local
|
/aosp14/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
H A D | Common.java | 34 double z; in doSomeWork() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicservicenavigation/interfaces/ |
H A D | atomicservicenavigation.js | 20 constructor(w, x, y, z = -1, a1 = undefined, b1) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | quaternion.h | 37 float z; in BASE_BEGIN_NAMESPACE() member
|
H A D | quaternion_util.h | 124 float z = Math::sqrt(discardEpsilon(1.f - m00 - m11 + m22)) * 0.5f; in BASE_BEGIN_NAMESPACE() local 231 Quat z = y; in BASE_BEGIN_NAMESPACE() local
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | wirelesschargerdetector.proto | 32 optional float z = 3; field
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | random.cpp | 33 uint64_t z = (seed += 0x9e3779b97f4a7c15); in Initialize() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | runtime_shader_builder.cpp | 54 void RuntimeShaderBuilder::SetUniform(const std::string& name, float x, float y, float z) in SetUniform() 79 void RuntimeShaderBuilder::SetUniformVec4(const std::string& name, float x, float y, float z, float… in SetUniformVec4()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 133 struct RbTreeNode *z = *zTreeNode; in InsertFixUpRed() local 156 struct RbTreeNode *z = *zTreeNode; in InsertFixUpBlack() local 176 static void InsertFixUp(struct RbTree *t, struct RbTreeNode *z) in InsertFixUp() 196 struct RbTreeNode *z = NULL; in RbTreeInsert() local 330 int32_t RbTreeDelete(struct RbTree *t, struct RbTreeNode *z) in RbTreeDelete()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/point3_fuzzer/ |
H A D | point3_fuzzer.cpp | 37 scalar z = GetObject<scalar>(); in Point3FuzzTest000() local
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/ |
H A D | CamUtils.java | 127 double z = cubeExceedEpsilon ? fz * fz * fz : lstar / kappa; in argbFromLstar() local 133 public static int argbFromXyz(double x, double y, double z) { in argbFromXyz() 255 double z = (r * matrix[2][0]) + (g * matrix[2][1]) + (b * matrix[2][2]); in xyzFromInt() local
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Double3.java | 31 public double z; field in Double3 42 public Double3(double x, double y, double z) { in Double3() 405 public void setValues(double x, double y, double z) { in setValues()
|
H A D | Double4.java | 31 public double z; field in Double4 44 public Double4(double x, double y, double z, double w) { in Double4() 436 public void setValues(double x, double y, double z, double w) { in setValues()
|
H A D | Float3.java | 31 public float z; field in Float3 42 public Float3(float x, float y, float z) { in Float3() 405 public void setValues(float x, float y, float z) { in setValues()
|