Home
last modified time | relevance | path

Searched +defs:y +defs:h (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/
H A Dmenu.json20 "y" : 0, number
22 "h" : 200, number
31 "y" : 200, number
33 "h" : 200, number
41 "y" : 400, number
43 "h" : 200, number
51 "y" : 600, number
53 "h" : 200, number
61 "y" : 800, number
63 "h" : 200, number
[all …]
H A Dall.json10 "y" : 0, number
12 "h" : 100, number
23 "y" : 0, number
25 "h" : 100, number
37 "y" : 0, number
39 "h" : 100, number
H A DcomsNoType.json8 "y" : 0, number
10 "h" : 100, number
H A DincompleteComInfo.json9 "y" : 0, number
11 "h" : 100, number
H A Dimageview.json9 "y" : 0, number
11 "h" : 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
47 "h": 60, number
55 "y": 800, number
57 "h": 80, number
67 "h": 60, number
75 "y": 910, number
77 "h": 80, number
87 "h": 80, number
97 "h": 80, number
107 "h": 80, number
[all …]
H A Dupd.json116 "y": 426, number
118 "h": 60, number
127 "h": 60, number
137 "h": 43, number
147 "h": 43, number
159 "h": 43, number
189 "h": 80, number
199 "h": 80, number
209 "h": 43, number
284 "h": 4, number
[all …]
H A Dconfirm.json31 "y": 426, number
33 "h": 60, number
41 "y": 548, number
43 "h": 38, number
51 "y": 600, number
53 "h": 160, number
62 "y": 1130, number
64 "h": 80, number
72 "y": 1020, number
74 "h": 80, 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
10 "h": 400, number
21 "y": 616, number
23 "h": 48, number
38 "y": 1037, number
40 "h": 45, number
55 "y": 1037, number
57 "h": 45, 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
178 h: height, 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/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_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_obj_abs_geometry_test.cpp56 float y = 0.5f; variable
58 float h = 0.5f; variable
128 float y = 0.f; variable
130 float h = 3.5f; variable
158 float y = 0.5f; variable
160 float h = 0.5f; variable
/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()
71 void SetHeight(float h) in SetHeight()
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
32 float h = 200; variable
H A Dstrokes.cpp42 float y = rand.nextUScalar1() * K_H; in rnd_rect() local
44 float h = rand.nextUScalar1() * (K_H >> 2); in rnd_rect() local
70 float y = rand.nextUScalar1() * (K_H >> 1); in OnTestFunction() local
78 for (int y = 0; y < 2; y++) { // 2 for times in OnTestFunction() local
H A Dalpha_image.cpp50 OH_Drawing_Image *make_alpha_image(int w, int h) in make_alpha_image()
60 for (int y = 0; y < h; ++y) { in make_alpha_image() local
150 uint32_t h = 64; in OnTestFunction() local
156 for (int y = 0; y < h; ++y) { in OnTestFunction() local
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md37 ## y section
59 ## h section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md37 ## y section
59 ## h section
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_i_rect_v10.md29 ### h 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
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.h85 Rect GetRect(int16_t x, int16_t y, int16_t w, int16_t h) const in GetRect()

1234