Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 162) sorted by relevance

1234567

/foundation/window/window_manager/utils/src/
Dwm_occlusion_region.cpp25 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/
Dtest_header.h33 #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/
Dtest_header.h33 #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/
Drs_occlusion_region.cpp43 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 …]
Drs_occlusion_region_helper.cpp21 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/
Dfuzzer_data.cpp33 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/
Dcolor.h67 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
Duid.h91 auto r = rhs.data; variable
103 auto r = rhs.data; variable
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
Dgraphic_neon_utils.h125 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/
Dcolor.cpp27 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/
Dfork_join.cpp26 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/
Dsvg_circle_declaration.h26 Dimension r; member
63 void SetR(const Dimension& r) in SetR()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/gallery_data_sync/
Dgallery_data_syncer.h103 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/
Drect.h92 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()
Dround_rect.h74 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/
Dcolor.h39 float r = 0.0f; variable
/foundation/window/window_manager/window_scene/common/include/
Dsession_helper.h44 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/
Drs_render_result.h29 … RSRenderResult(const RectI& r, std::shared_ptr<DrawCmdList> dcl) : dirty_(r), drawCmdList_(dcl) {} in RSRenderResult()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/GLES1/
Dgles1.cpp44 #define HOOK_API_ENTRY(r, api, ...) r api(__VA_ARGS__) { \ argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/GLES2/
Dgles2.cpp44 #define HOOK_API_ENTRY(r, api, ...) r api(__VA_ARGS__) { \ argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dlf_ring.c264 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/
Drs_occlusion_region_helper.h35 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/
Daw_common.cpp53 int32_t r = 0; in ProduceRandomNumberCrypt() local
/foundation/graphic/graphic_2d/utils/color_manager/src/
Dcolor.cpp47 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/
Degl.cpp44 #define HOOK_API_ENTRY(r, api, ...) r api(__VA_ARGS__) { \ argument

1234567