| /foundation/window/window_manager/utils/src/ |
| D | wm_occlusion_region.cpp | 25 std::ostream& operator<<(std::ostream& os, const Rect& r) in operator <<() 163 void Region::UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& r… in UpdateRects() 195 for (const auto& r : rects_) { in MakeBound() local 217 for (auto& r : r1.GetRegionRects()) { in RegionOpLocal() local 223 for (auto& r : r2.GetRegionRects()) { in RegionOpLocal() local 242 Rects r; in RegionOpLocal() local 259 Region& Region::OperationSelf(Region& r, Region::OP op) in OperationSelf() 266 Region& Region::AndSelf(Region& r) in AndSelf() 271 Region& Region::OrSelf(Region& r) in OrSelf() 276 Region& Region::XOrSelf(Region& r) in XOrSelf() [all …]
|
| /foundation/graphic/graphic_surface/test_header/export/ |
| D | test_header.h | 33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) argument 35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") argument 36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") argument 37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") argument 38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") argument 39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") argument 40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<") argument
|
| /foundation/graphic/graphic_2d/utils/test_header/export/ |
| D | test_header.h | 33 #define STEP_ASSERT_(l, r, func, opstr) ASSERT_##func(l, r) << STEP_CONDITION(#l " " opstr " " #r) argument 35 #define STEP_ASSERT_EQ(l, r) STEP_ASSERT_(l, r, EQ, "==") argument 36 #define STEP_ASSERT_NE(l, r) STEP_ASSERT_(l, r, NE, "!=") argument 37 #define STEP_ASSERT_GE(l, r) STEP_ASSERT_(l, r, GE, ">=") argument 38 #define STEP_ASSERT_LE(l, r) STEP_ASSERT_(l, r, LE, "<=") argument 39 #define STEP_ASSERT_GT(l, r) STEP_ASSERT_(l, r, GT, ">") argument 40 #define STEP_ASSERT_LT(l, r) STEP_ASSERT_(l, r, LT, "<") argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
| D | rs_occlusion_region.cpp | 43 std::ostream& operator<<(std::ostream& os, const Rect& r) in operator <<() 186 void Region::UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& r… in UpdateRects() 218 for (const auto& r : rects_) { in MakeBound() local 256 for (auto& r : r1.GetRegionRects()) { in RegionOpLocal() local 262 for (auto& r : r2.GetRegionRects()) { in RegionOpLocal() local 281 Rects r; in RegionOpLocal() local 326 Region& Region::OperationSelf(Region& r, Region::OP op) in OperationSelf() 333 Region& Region::AndSelf(Region& r) in AndSelf() 338 Region& Region::OrSelf(Region& r) in OrSelf() 343 Region& Region::XOrSelf(Region& r) in XOrSelf() [all …]
|
| D | rs_occlusion_region_helper.cpp | 21 void Assembler::Insert(const Rect&r) in Insert() 81 std::vector<Rect>::iterator r = lastRectRowBegin_; in MergeSpanVertically() local 157 void OuterLooper::MoveScanline(RectsPtr &r, int &top, int &bottom) in MoveScanline() 227 void InnerLooper::MoveRect(RectsPtr &r, int &left, int &right) in MoveRect()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
| D | fuzzer_data.cpp | 33 auto *r = reinterpret_cast<const int *>(curr_); in GetInt() local 43 auto *r = reinterpret_cast<const uint32_t *>(curr_); in GetUInt32() local 53 auto *r = reinterpret_cast<const uint64_t *>(curr_); in GetUInt64() local 67 std::vector<uint8_t> r(curr_, curr_ + size); in GetSequence() local
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
| D | color.h | 67 uint8_t r = (color >> COLOR_SHIFT_16) & UINT8_MAX; in MakeColorFromLinear() local 80 uint8_t r = (color >> COLOR_SHIFT_16) & UINT8_MAX; in MakeColorFromSRGB() local 94 uint32_t r = ((uint32_t)color.x & UINT8_MAX) << COLOR_SHIFT_16; in FromColorToLinear() local 108 uint32_t r = ((uint32_t)(LinearToSRGBConv(color.x) * 255.f) & UINT8_MAX) << COLOR_SHIFT_16; in FromColorToSRGB() local 120 uint32_t r = ((uint32_t)color.x & UINT8_MAX) << COLOR_SHIFT_0; in FromColorRGBAToLinear() local 133 uint32_t r = ((uint32_t)(LinearToSRGBConv(color.x) * 255.0f) & UINT8_MAX) << COLOR_SHIFT_0; in FromColorRGBAToSRGB() local
|
| D | uid.h | 91 auto r = rhs.data; variable 103 auto r = rhs.data; variable
|
| /foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
| D | graphic_neon_utils.h | 125 uint16x8_t r = vmull_u8(r2, a2) + vmull_u8(r1, da); in NeonBlendRGBA() local 138 uint16x8_t r = vmull_u8(r2, a2) + vmull_u8(r1, da); in NeonBlendXRGB() local 155 static inline void LoadBuf_ARGB8888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8… in LoadBuf_ARGB8888() 164 static inline void LoadBuf_XRGB8888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8… in LoadBuf_XRGB8888() 173 static inline void LoadBuf_RGB888(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t… in LoadBuf_RGB888() 181 static inline void LoadBuf_RGB565(uint8_t* buf, uint8x8_t& r, uint8x8_t& g, uint8x8_t& b, uint8x8_t… in LoadBuf_RGB565() 193 uint8x8_t& r, in LoadBufA_ARGB8888() 207 uint8x8_t& r, in LoadBufA_XRGB8888() 221 uint8x8_t& r, in LoadBufA_RGB888() 235 uint8x8_t& r, in LoadBufA_RGB565() [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
| D | color.cpp | 27 Color::Color(uint32_t r, uint32_t g, uint32_t b, uint32_t a) noexcept : alpha_(a), red_(r), green_(… in Color() 58 void Color::SetRed(uint32_t r) in SetRed() 107 void Color::SetRedF(scalar r) in SetRedF() 127 void Color::SetRgb(uint32_t r, uint32_t g, uint32_t b, uint32_t a) in SetRgb() 135 void Color::SetRgbF(scalar r, scalar g, scalar b, scalar a) in SetRgbF()
|
| /foundation/resourceschedule/ffrt/benchmarks/fork_join/ |
| D | fork_join.cpp | 26 for (uint32_t r = 0; r < REPEAT; r++) { in ForkJoin() local 40 for (uint32_t r = 0; r < REPEAT; r++) { in ForkJoinWorker() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
| D | svg_circle_declaration.h | 26 Dimension r; member 63 void SetR(const Dimension& r) in SetR()
|
| /foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/gallery_data_sync/ |
| D | gallery_data_syncer.h | 103 virtual int32_t OnCreate(NativeRdb::RdbStore &r) override in OnCreate() 108 virtual int32_t OnUpgrade(NativeRdb::RdbStore &r, int32_t oldVersion, in OnUpgrade()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
| D | rect.h | 92 inline RectI::RectI(const RectI& r) noexcept in RectI() 96 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() 280 inline RectF::RectF(const RectF& r) noexcept in RectF() 284 inline RectF::RectF(const RectI& r) noexcept in RectF() 288 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
|
| D | round_rect.h | 74 inline RoundRect::RoundRect(const Rect& r, scalar xRad, scalar yRad) noexcept : RoundRect() in RoundRect() 83 inline RoundRect::RoundRect(const Rect& r, const std::vector<Point>& radiusXY) noexcept : RoundRect… in RoundRect()
|
| /foundation/graphic/graphic_2d/utils/color_manager/export/ |
| D | color.h | 39 float r = 0.0f; variable
|
| /foundation/window/window_manager/window_scene/common/include/ |
| D | session_helper.h | 44 static inline bool IsEmptyRect(const WSRect& r) in IsEmptyRect() 62 WSRect r; in TransferToWSRect() local 72 Rect r; in TransferToRect() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
| D | rs_render_result.h | 29 … RSRenderResult(const RectI& r, std::shared_ptr<DrawCmdList> dcl) : dirty_(r), drawCmdList_(dcl) {} in RSRenderResult()
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/GLES1/ |
| D | gles1.cpp | 44 #define HOOK_API_ENTRY(r, api, ...) r api(__VA_ARGS__) { \ argument
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/GLES2/ |
| D | gles2.cpp | 44 #define HOOK_API_ENTRY(r, api, ...) r api(__VA_ARGS__) { \ argument
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| D | lf_ring.c | 264 FILLP_INT FillpRingEmpty(const struct FillpLfRing *r) in FillpRingEmpty() 272 FILLP_INT FillpRingFreeEntries(const struct FillpLfRing *r) in FillpRingFreeEntries() 297 FILLP_ULONG FillpRingValidOnes(struct FillpLfRing *r) in FillpRingValidOnes()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| D | rs_occlusion_region_helper.h | 35 inline RectsPtr(const std::vector<Rect>::const_iterator &r, size_t c) : rects_(r), count_(c) {} in RectsPtr() 40 explicit Assembler(Region &r) in Assembler()
|
| /foundation/multimedia/player_framework/test/fuzztest/common/ |
| D | aw_common.cpp | 53 int32_t r = 0; in ProduceRandomNumberCrypt() local
|
| /foundation/graphic/graphic_2d/utils/color_manager/src/ |
| D | color.cpp | 47 Color::Color(float r, float g, float b, float a) in Color() 50 Color::Color(float r, float g, float b, float a, const ColorSpaceName name) in Color()
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
| D | egl.cpp | 44 #define HOOK_API_ENTRY(r, api, ...) r api(__VA_ARGS__) { \ argument
|