/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | quaternion.h | 26 Quaternion(double x, double y, double z, double w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion() 45 void SetX(double x) in SetX() 57 void SetW(double w) in SetW() 64 auto x = this->x_ + q.x_; variable 67 auto w = this->w_ + q.w_; variable 73 auto x = w_ * q.x_ + x_ * q.w_ + y_ * q.z_ - z_ * q.y_; variable 76 auto w = w_ * q.w_ - x_ * q.x_ - y_ * q.y_ - z_ * q.z_; variable
|
/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/ |
H A D | menu.json | 19 "x" : 1280, number 21 "w" : 800, number 30 "x" : 1280, number 32 "w" : 800, number 40 "x" : 1280, number 42 "w" : 800, number 50 "x" : 1280, number 52 "w" : 800, number 62 "w" : 800, number 72 "w" : 800, number [all …]
|
H A D | all.json | 9 "x" : 0, number 11 "w" : 100, number 22 "x" : 0, number 24 "w" : 100, number 36 "x" : 0, number 38 "w" : 100, number
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | CanvasInput.js | 20 static SetSafeArea(x, y, w, h) { argument 23 static Reset(x, y, w, h, value, cb, cb2) { argument 54 static Hide(x, y) { argument
|
/ohos5.0/base/update/updater/resources/rk3568/pages/ |
H A D | menu.json | 44 "x": 120, number 46 "w": 480, number 54 "x": 48, number 56 "w": 624, number 64 "x": 48, number 66 "w": 624, number 74 "x": 48, number 84 "x": 48, number 94 "x": 48, number 104 "x": 48, number [all …]
|
H A D | upd.json | 115 "x": 120, number 117 "w": 480, number 124 "x": 120, number 126 "w": 480, number 134 "x": 229, number 136 "w": 265, number 144 "x": 120, number 146 "w": 480, number 186 "x": 48, number 196 "x": 48, number [all …]
|
H A D | confirm.json | 30 "x": 120, number 32 "w": 480, number 40 "x": 62, number 42 "w": 596, number 50 "x": 62, number 52 "w": 596, number 61 "x": 48, number 63 "w": 624, number 71 "x": 48, number 73 "w": 624, number
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/ |
H A D | XButton.js | 19 constructor(x, y, w, h, name) { argument 31 move(x, y, w, h) { argument 67 isTouchInButton(x, y) { argument 82 procTouch(msg, x, y) { argument
|
H A D | XSelect.js | 33 move(x, y, w, h) { argument 109 isTouchIn(x, y) { argument 124 procTouch(msg, x, y) { argument
|
/ohos5.0/base/powermgr/battery_manager/charger/sa_profile/ |
H A D | animation.json | 7 "x": 200, number 9 "w": 400, number 20 "x": 326, number 22 "w": 88, number 37 "x": 229, number 39 "w": 250, number 54 "x": 110, number 56 "w": 500, number
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property in XTexture.loadTextureFromImage.ximages 107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument 122 callAllCuts(param, rid, x, y, w, h, ww, hh) { argument 124 rid: rid, x: x, y: y, w: w, h: h, u0: x / ww, v0: y / hh, u1: (x + w) / ww, v1: y / hh, property in XTexture.callAllCuts.allCuts 128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument 150 PutTexture(tex, w, h) { argument 152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property in XTexture.PutTexture.ximages 177 w: width, property in XTexture.loadTexture.ximages
|
H A D | XMat4.js | 70 initScaleMat(x, y, z) { argument 76 move(x, y, z = 0) { argument 82 rotate(x, y, z) { argument 98 scale(x, y, z = 1) { argument 129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument 148 orthoMat(x, y, w, h) { argument
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | rb_tree.c | 22 static void FillpRbRotateLeft(struct RbNode *x, struct RbRoot *root) in FillpRbRotateLeft() 53 static void FillpRbRotateRight(struct RbNode *x, struct RbRoot *root) in FillpRbRotateRight() 83 static struct RbNode *EqualRight(struct RbNode *x, struct RbRoot *root) in EqualRight() 93 static struct RbNode *EqualLeft(struct RbNode *x, struct RbRoot *root) in EqualLeft() 103 void FillpRbInsertColor(struct RbNode *x, struct RbRoot *root) in FillpRbInsertColor() 149 static int FillpRbEraseColorAtLeft(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtLeft() 151 struct RbNode *w = (*parent)->rbRight; in FillpRbEraseColorAtLeft() local 184 static int FillpRbEraseColorAtRight(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtRight() 186 struct RbNode *w = (*parent)->rbLeft; in FillpRbEraseColorAtRight() local 219 static void FillpRbEraseColor(struct RbNode *x, struct RbNode *parent, struct RbRoot *root) in FillpRbEraseColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | vector.h | 36 float x = 0.0f; member 63 float x = 0.0f; member 76 float x = 0.0f; member 79 float w = 0.0f; member 91 float x = 0.0f; member 94 float w = 0.0f; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.cpp | 36 TexgineRect TexgineRect::MakeXYWH(float x, float y, float w, float h) in MakeXYWH() 43 TexgineRect TexgineRect::MakeWH(float w, float h) in MakeWH() 50 TexgineRect TexgineRect::MakeRRect(float x, float y, float w, float h, const SkVector skRadii[4]) in MakeRRect()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | quaternion.h | 26 Quaternion(float x, float y, float z, float w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion() 43 void SetX(float x) in SetX() 55 void SetW(float w) in SetW()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_obj_abs_geometry_test.cpp | 55 float x = 0.5f; variable 57 float w = 0.5f; variable 127 float x = 0.f; variable 129 float w = 3.5f; variable 157 float x = 0.5f; variable 159 float w = 0.5f; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | vector.h | 39 float x; in BASE_BEGIN_NAMESPACE() member 196 float x; in BASE_BEGIN_NAMESPACE() member 270 float x; in BASE_BEGIN_NAMESPACE() member 273 float w; in BASE_BEGIN_NAMESPACE() member 343 uint32_t x; in BASE_BEGIN_NAMESPACE() member 492 uint32_t x; in BASE_BEGIN_NAMESPACE() member 553 uint32_t w; in BASE_BEGIN_NAMESPACE() member 611 int32_t x; in BASE_BEGIN_NAMESPACE() member 760 int32_t x; in BASE_BEGIN_NAMESPACE() member 818 int32_t x; in BASE_BEGIN_NAMESPACE() member [all …]
|
H A D | matrix.h | 49 Vec3 x, y, z; in BASE_BEGIN_NAMESPACE() member 134 Vec4 x, y, z, w; in BASE_BEGIN_NAMESPACE() member 256 Vec3 x, y, z, w; in BASE_BEGIN_NAMESPACE() member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_geometry.h | 55 void SetX(float x) in SetX() 67 void SetWidth(float w) in SetWidth() 80 void SetSize(float w, float h) in SetSize() 85 void SetRect(float x, float y, float w, float h) in SetRect() 90 void SetPivotX(float x) in SetPivotX() 111 void SetPivot(float x, float y) in SetPivot() 116 void SetScaleX(float x) in SetScaleX() 130 void SetScale(float x, float y) in SetScale() 135 void SetSkewX(float x) in SetSkewX() 149 void SetSkew(float x, float y) in SetSkew() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | arcofzorro.h | 29 float x = 10; variable 31 float w = 200; variable
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _rect.md | 26 ## x section 48 ## w section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _rect.md | 26 ## x section 48 ## w section
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _i_rect_v10.md | 39 ### w subsection 49 ### x subsection
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | XTools.js | 21 static InRect(xx, yy, x, y, w, h) { argument 37 export function fAngle(x, y) { argument 40 export function iDistance(x, y) { argument
|