Home
last modified time | relevance | path

Searched +defs:h +defs:x (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/
H A Dmenu.json19 "x" : 1280, number
22 "h" : 200, number
30 "x" : 1280, number
33 "h" : 200, number
40 "x" : 1280, number
43 "h" : 200, number
50 "x" : 1280, number
53 "h" : 200, number
63 "h" : 200, number
73 "h" : 200, number
[all …]
H A Dall.json9 "x" : 0, number
12 "h" : 100, number
22 "x" : 0, number
25 "h" : 100, number
36 "x" : 0, number
39 "h" : 100, number
H A DcomsNoType.json7 "x" : 0, number
10 "h" : 100, number
H A DincompleteComInfo.json8 "x" : 0, number
11 "h" : 100, number
H A Dimageview.json8 "x" : 0, number
11 "h" : 100, number
/ohos5.0/base/update/updater/resources/rk3568/pages/
H A Dmenu.json44 "x": 120, number
47 "h": 60, number
54 "x": 48, number
57 "h": 80, number
64 "x": 48, number
67 "h": 60, number
74 "x": 48, number
77 "h": 80, number
84 "x": 48, number
87 "h": 80, number
[all …]
H A Dupd.json115 "x": 120, number
118 "h": 60, number
127 "h": 60, number
137 "h": 43, number
147 "h": 43, number
159 "h": 43, number
186 "x": 48, number
189 "h": 80, number
196 "x": 48, number
284 "h": 4, number
[all …]
H A Dconfirm.json30 "x": 120, number
33 "h": 60, number
40 "x": 62, number
43 "h": 38, number
50 "x": 62, number
53 "h": 160, number
61 "x": 48, number
64 "h": 80, number
71 "x": 48, number
74 "h": 80, 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/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.json7 "x": 200, number
10 "h": 400, number
20 "x": 326, number
23 "h": 48, number
37 "x": 229, number
40 "h": 45, number
54 "x": 110, 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.cpp55 float x = 0.5f; variable
58 float h = 0.5f; variable
127 float x = 0.f; variable
130 float h = 3.5f; variable
157 float x = 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.h55 void SetX(float x) in SetX()
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()
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 Darcofzorro.h29 float x = 10; variable
32 float h = 200; variable
H A Dalpha_image.cpp50 OH_Drawing_Image *make_alpha_image(int w, int h) in make_alpha_image()
61 for (int x = y; x < w; ++x) { in make_alpha_image() local
150 uint32_t h = 64; in OnTestFunction() local
157 for (int x = 0; x < w; ++x) { in OnTestFunction() local
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md26 ## x section
59 ## h section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md26 ## x section
59 ## h section
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_i_rect_v10.md29 ### h subsection
49 ### x 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/resourceschedule/ffrt/examples/
H A Dsubmit.cpp20 int x = 0; in ffrt_submit_example1() local
29 int x = 0; in ffrt_submit_example2() local
40 int x = 0; in ffrt_submit_example3() local
41 ffrt::task_handle h = ffrt::submit_h([&]() { x = 2; }, {}, {}); in ffrt_submit_example3() local
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h38 #define HOUR_TO_SECOND(h) ((h) * 3600) argument
51 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument
53 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
57 #define EQUAL_TO_ZERO(x) (fabs(x) <= (EPS)) argument

1234