| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
| 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
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
| 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()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
| 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()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| D | rs_draw_cmd_list_test.cpp | 50 int h = 300; variable 67 int h = 300; variable 91 int h = 0; variable 111 int h = 300; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
| D | texgine_rect.cpp | 51 TexgineRect TexgineRect::MakeXYWH(float x, float y, float w, float h) in MakeXYWH() 62 TexgineRect TexgineRect::MakeWH(float w, float h) in MakeWH() 73 TexgineRect TexgineRect::MakeRRect(float x, float y, float w, float h, const SkVector skRadii[4]) in MakeRRect()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| 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()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| D | drawing_image.h | 47 void SetCompressData(std::shared_ptr<RSData> data, int32_t w, int32_t h) in SetCompressData() 55 void SetRawCompressData(void* dataPtr, int32_t w, int32_t h) override in SetRawCompressData()
|
| /foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
| D | object_info.cpp | 21 ObjectInfo::ObjectInfo(uint32_t h) : handle(h) in ObjectInfo()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
| D | rs_obj_abs_geometry_test.cpp | 58 float h = 0.5f; variable 114 float h = 3.5f; variable 153 float h = 0.5f; variable
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| D | hcodec_utils.h | 24 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| D | rs_pixel_map_util_test.cpp | 58 int h = 50; in CreatePixelMap() local 72 int h = 50; in CreatePixelMap() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
| D | rs_color_picker.h | 33 int h; // 色度取值(0-360) member
|
| /foundation/graphic/graphic_2d/utils/cpudraw/src/ |
| D | cpudraw.cpp | 45 void Cpudraw::DrawBorder(const int32_t &x, const int32_t &y, const int32_t &w, const int32_t &h) in DrawBorder() 59 void Cpudraw::DrawRect(const int32_t &x, const int32_t &y, const int32_t &w, const int32_t &h) in DrawRect()
|
| /foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/ |
| D | color_picker.h | 37 int h; // 色度取值(0-360) member
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/benchmarks/ |
| D | rs_recording_thread_test.cpp | 67 int h = 300; variable
|
| /foundation/multimedia/media_foundation/src/osal/task/pthread/ |
| D | jobutils.cpp | 44 JobHandle h = 0; in SubmitJobOnceAsync() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| D | render_service_client_overlay_demo.cpp | 28 sptr<OHOS::Surface> GetWindowSurface(uint32_t w, uint32_t h) in GetWindowSurface()
|
| D | render_service_client_tunnel_handle_demo.cpp | 28 sptr<OHOS::Surface> GetWindowSurface(uint32_t w, uint32_t h) in GetWindowSurface()
|
| /foundation/graphic/graphic_2d/utils/cpudraw/export/ |
| D | cpudraw.h | 25 double h; member
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
| D | rs_properties_painter_test.cpp | 50 float h = 0.1; variable 468 int32_t h; variable 592 int32_t h = 1; variable 620 int32_t h = 1; variable 646 int32_t h = 1; variable 672 int32_t h = 1; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| D | rs_obj_geometry.h | 66 void SetHeight(float h) in SetHeight() 75 void SetSize(float w, float h) in SetSize() 80 void SetRect(float x, float y, float w, float h) in SetRect()
|
| /foundation/arkui/ui_lite/test/uitest/test_image/ |
| D | ui_test_image.h | 85 Rect GetRect(int16_t x, int16_t y, int16_t w, int16_t h) const in GetRect()
|
| /foundation/window/window_manager/wm/test/unittest/ |
| D | picture_in_picture_option_test.cpp | 99 uint32_t h = 0; variable
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/ecshelper/PropertyTools/ |
| D | property_api_impl.inl | 122 auto* h = static_cast<const PropertyApiImpl<BlockType>*>(src); local 239 auto* h = static_cast<const PropertyApiImpl<void>*>(src); local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
| D | rs_common_tools.cpp | 46 int32_t h = pixelMap->GetHeight(); in SavePixelmapToFile() local
|