/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_fd.h | 24 #define IS_VALID_HANDLE(h) false argument 25 #define CLOSE_HANDLE(h) argument 30 #define IS_VALID_HANDLE(h) ((h) > 0) argument 31 #define CLOSE_HANDLE(h) do { close(h); } while (0) argument
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_frame.c | 25 void FillpFrameInit(struct FillpFrameHandle *h) in FillpFrameInit() 77 static void FillpFrameAddItemStats(struct FillpFrameHandle *h, FILLP_INT frameType, in FillpFrameAddItemStats() 93 FILLP_INT FillpFrameAddItem(struct FillpFrameHandle *h, struct FillpPcbItem *item) in FillpFrameAddItem() 122 void FillpFrameTxInitItem(struct FillpFrameHandle *h, struct FillpPcbItem *item, in FillpFrameTxInitItem() 189 FILLP_INT FillpFrameParseOption(struct FillpFrameHandle *h, in FillpFrameParseOption() 260 static inline void FillpFrameStatistics(struct FillpFrameHandle *h) in FillpFrameStatistics() 271 static void FillpFrameRxUpdateAndNotify(struct FillpFrameHandle *h, const struct FillpPcbItem *item) in FillpFrameRxUpdateAndNotify() 299 void FillpFrameRx(struct FillpFrameHandle *h, const struct FillpPcbItem *item) in FillpFrameRx()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | XDefine.js | 19 static ReSize(w, h) { argument 28 static setLogicScreenSize(w, h) { argument
|
/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/ |
H A D | menu.json | 22 "h" : 200, number 33 "h" : 200, number 43 "h" : 200, number 53 "h" : 200, number 63 "h" : 200, number 73 "h" : 200, number 83 "h" : 200, number 93 "h" : 200, number
|
H A D | all.json | 12 "h" : 100, number 25 "h" : 100, number 39 "h" : 100, number
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | size.h | 56 inline SizeF::SizeF(scalar w, scalar h) noexcept : width_(w), height_(h) {} in SizeF() 85 inline void SizeF::SetHeight(scalar h) in SetHeight() 128 inline SizeI::SizeI(int w, int h) noexcept : width_(w), height_(h) {} in SizeI() 157 inline void SizeI::SetHeight(int h) in SetHeight()
|
/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 178 h: height, property in XTexture.loadTexture.ximages
|
/ohos5.0/base/update/updater/resources/rk3568/pages/ |
H A D | menu.json | 47 "h": 60, number 57 "h": 80, number 67 "h": 60, number 77 "h": 80, number 87 "h": 80, number 97 "h": 80, number 107 "h": 80, number 117 "h": 38, number
|
H A D | upd.json | 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 219 "h": 43, number 284 "h": 4, number [all …]
|
H A D | confirm.json | 33 "h": 60, number 43 "h": 38, number 53 "h": 160, number 64 "h": 80, number 74 "h": 80, 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
|
/ohos5.0/base/powermgr/battery_manager/charger/sa_profile/ |
H A D | animation.json | 10 "h": 400, number 23 "h": 48, number 40 "h": 45, number 57 "h": 45, number
|
/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/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/size_fuzzer/ |
H A D | size_fuzzer.cpp | 36 scalar h = GetObject<scalar>(); in SizeFuzzTest000() local 59 int h = GetObject<int>(); in SizeFuzzTest001() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.h | 48 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/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | object_info.cpp | 21 ObjectInfo::ObjectInfo(uint32_t h) : handle(h) in ObjectInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_obj_abs_geometry_test.cpp | 58 float h = 0.5f; variable 130 float h = 3.5f; variable 160 float h = 0.5f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.h | 49 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 D | display_test_utils.h | 43 float h = 0; // ratio member 48 float h; member 53 uint32_t h; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | arcofzorro.h | 32 float h = 200; variable
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _rect.md | 59 ## h section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _rect.md | 59 ## h section
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_color_picker.h | 28 int h; // 色度取值(0-360) member
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _i_rect_v10.md | 29 ### h subsection
|