Home
last modified time | relevance | path

Searched +defs:y +defs:w (Results 1 – 25 of 115) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dquaternion.h26 Quaternion(double x, double y, double z, double w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion()
49 void SetY(double y) in SetY()
57 void SetW(double w) in SetW()
65 auto y = this->y_ + q.y_; variable
67 auto w = this->w_ + q.w_; variable
74 auto y = w_ * q.y_ - x_ * q.z_ + y_ * q.w_ + z_ * q.x_; 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 Dmenu.json20 "y" : 0, number
21 "w" : 800, number
31 "y" : 200, number
32 "w" : 800, number
41 "y" : 400, number
42 "w" : 800, number
51 "y" : 600, number
52 "w" : 800, number
61 "y" : 800, number
62 "w" : 800, number
[all …]
H A Dall.json10 "y" : 0, number
11 "w" : 100, number
23 "y" : 0, number
24 "w" : 100, number
37 "y" : 0, number
38 "w" : 100, number
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DCanvasInput.js20 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 Dmenu.json45 "y": 426, number
46 "w": 480, number
55 "y": 800, number
56 "w": 624, number
65 "y": 1130, number
66 "w": 624, number
75 "y": 910, number
76 "w": 624, number
85 "y": 910, number
86 "w": 624, number
[all …]
H A Dupd.json116 "y": 426, number
117 "w": 480, number
125 "y": 426, number
126 "w": 480, number
136 "w": 265, number
146 "w": 480, number
158 "w": 480, number
168 "y": 426, number
169 "w": 192, number
273 "y": 48, number
[all …]
H A Dconfirm.json31 "y": 426, number
32 "w": 480, number
41 "y": 548, number
42 "w": 596, number
51 "y": 600, number
52 "w": 596, number
62 "y": 1130, number
63 "w": 624, number
72 "y": 1020, number
73 "w": 624, number
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
H A DXButton.js19 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 DXSelect.js33 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 Danimation.json8 "y": 480, number
9 "w": 400, number
21 "y": 616, number
22 "w": 88, number
38 "y": 1037, number
39 "w": 250, number
55 "y": 1037, number
56 "w": 500, number
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js73 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 DXMat4.js70 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/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dvector.h37 float y = 0.0f; member
64 float y = 0.0f; member
77 float y = 0.0f; member
79 float w = 0.0f; member
92 float y = 0.0f; member
94 float w = 0.0f; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.cpp36 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 Dquaternion.h26 Quaternion(float x, float y, float z, float w) : x_(x), y_(y), z_(z), w_(w) {} in Quaternion()
47 void SetY(float y) in SetY()
55 void SetW(float w) in SetW()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_obj_abs_geometry_test.cpp56 float y = 0.5f; variable
57 float w = 0.5f; variable
128 float y = 0.f; variable
129 float w = 3.5f; variable
158 float y = 0.5f; variable
159 float w = 0.5f; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector.h40 float y; in BASE_BEGIN_NAMESPACE() member
197 float y; in BASE_BEGIN_NAMESPACE() member
271 float y; in BASE_BEGIN_NAMESPACE() member
273 float w; in BASE_BEGIN_NAMESPACE() member
344 uint32_t y; in BASE_BEGIN_NAMESPACE() member
493 uint32_t y; in BASE_BEGIN_NAMESPACE() member
553 uint32_t w; in BASE_BEGIN_NAMESPACE() member
612 int32_t y; in BASE_BEGIN_NAMESPACE() member
761 int32_t y; in BASE_BEGIN_NAMESPACE() member
819 int32_t y; in BASE_BEGIN_NAMESPACE() member
[all …]
H A Dmatrix.h49 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 Drs_obj_geometry.h59 void SetY(float y) in SetY()
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()
97 void SetPivotY(float y) in SetPivotY()
111 void SetPivot(float x, float y) in SetPivot()
123 void SetScaleY(float y) in SetScaleY()
130 void SetScale(float x, float y) in SetScale()
142 void SetSkewY(float y) in SetSkewY()
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 Darcofzorro.h30 float y = 10; variable
31 float w = 200; variable
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md37 ## y section
48 ## w section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md37 ## y section
48 ## w section
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Drb_tree.c27 struct RbNode *y = x->rbRight; in FillpRbRotateLeft() local
58 struct RbNode *y = x->rbLeft; in FillpRbRotateRight() local
111 struct RbNode *y = x->rbParent->rbParent->rbRight; in FillpRbInsertColor() local
129 struct RbNode *y = x->rbParent->rbParent->rbLeft; in FillpRbInsertColor() local
151 struct RbNode *w = (*parent)->rbRight; in FillpRbEraseColorAtLeft() local
186 struct RbNode *w = (*parent)->rbLeft; in FillpRbEraseColorAtRight() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_i_rect_v10.md39 ### w subsection
59 ### y subsection
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DXTools.js21 static InRect(xx, yy, x, y, w, h) { argument
37 export function fAngle(x, y) { argument
40 export function iDistance(x, y) { argument

12345