Home
last modified time | relevance | path

Searched +defs:w +defs:h (Results 1 – 25 of 134) sorted by relevance

123456

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DXDefine.js19 static ReSize(w, h) { argument
28 static setLogicScreenSize(w, h) { argument
/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/
H A Dmenu.json21 "w" : 800, number
22 "h" : 200, number
32 "w" : 800, number
33 "h" : 200, number
42 "w" : 800, number
43 "h" : 200, number
52 "w" : 800, number
53 "h" : 200, number
62 "w" : 800, number
63 "h" : 200, number
[all …]
H A Dall.json11 "w" : 100, number
12 "h" : 100, number
24 "w" : 100, number
25 "h" : 100, number
38 "w" : 100, number
39 "h" : 100, number
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsize.h56 inline SizeF::SizeF(scalar w, scalar h) noexcept : width_(w), height_(h) {} in SizeF()
80 inline void SizeF::SetWidth(scalar w) in SetWidth()
85 inline void SizeF::SetHeight(scalar h) in SetHeight()
128 inline SizeI::SizeI(int w, int h) noexcept : width_(w), height_(h) {} in SizeI()
152 inline void SizeI::SetWidth(int w) in SetWidth()
157 inline void SizeI::SetHeight(int h) in SetHeight()
/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
178 h: height, property in XTexture.loadTexture.ximages
/ohos5.0/base/update/updater/resources/rk3568/pages/
H A Dmenu.json46 "w": 480, number
47 "h": 60, number
56 "w": 624, number
57 "h": 80, number
66 "w": 624, number
67 "h": 60, number
77 "h": 80, number
87 "h": 80, number
97 "h": 80, number
107 "h": 80, number
[all …]
H A Dupd.json117 "w": 480, 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.json32 "w": 480, number
33 "h": 60, number
42 "w": 596, number
43 "h": 38, number
52 "w": 596, number
53 "h": 160, number
63 "w": 624, number
64 "h": 80, number
73 "w": 624, 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
/ohos5.0/base/powermgr/battery_manager/charger/sa_profile/
H A Danimation.json9 "w": 400, number
10 "h": 400, number
22 "w": 88, number
23 "h": 48, number
39 "w": 250, number
40 "h": 45, number
56 "w": 500, number
57 "h": 45, number
/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/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/size_fuzzer/
H A Dsize_fuzzer.cpp35 scalar w = GetObject<scalar>(); in SizeFuzzTest000() local
36 scalar h = GetObject<scalar>(); in SizeFuzzTest000() local
58 int w = GetObject<int>(); in SizeFuzzTest001() local
59 int h = GetObject<int>(); in SizeFuzzTest001() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.h48 void SetCompressData(std::shared_ptr<RSData> data, int32_t w, int32_t h) in SetCompressData()
56 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_obj_abs_geometry_test.cpp57 float w = 0.5f; variable
58 float h = 0.5f; variable
129 float w = 3.5f; variable
130 float h = 3.5f; variable
159 float w = 0.5f; variable
160 float h = 0.5f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.h49 void SetCompressData(sk_sp<SkData> data, int32_t w, int32_t h) in SetCompressData()
57 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData()
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.h42 float w = 0; // ratio member
43 float h = 0; // ratio member
47 float w; member
48 float h; member
52 uint32_t w; member
53 uint32_t h; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Darcofzorro.h31 float w = 200; 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()
149 uint32_t w = 64; in OnTestFunction() local
150 uint32_t h = 64; in OnTestFunction() local
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md48 ## w section
59 ## h section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_rect.md48 ## w section
59 ## h section
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_i_rect_v10.md29 ### h subsection
39 ### w subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dbitmap_test.cpp86 int32_t w = 128; in OnTestPerformance() local
87 int32_t h = 128; in OnTestPerformance() local
106 int32_t w = 256; in OnTestPerformance() local
107 int32_t h = 256; in OnTestPerformance() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rscanvasdrawingnode_fuzzer/
H A Drscanvasdrawingnode_fuzzer.cpp113 int w = GetData<int>(); in DoGetBitmap() local
114 int h = GetData<int>(); in DoGetBitmap() local
141 int w = GetData<int>(); in DoGetPixelmap() local
142 int h = GetData<int>(); in DoGetPixelmap() local
168 int w = GetData<int>(); in DoResetSurface() local
169 int h = GetData<int>(); in DoResetSurface() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_overlay_demo.cpp28 sptr<OHOS::Surface> GetWindowSurface(uint32_t w, uint32_t h) in GetWindowSurface()

123456