/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 151 bound_ = Rect { rect }; in Region() 154 Region(const Region& region) : rects_(region.rects_), bound_(region.bound_) {} in Region() 158 bound_ = region.bound_; in operator =() 185 return bound_; in GetBoundRef() 190 return bound_; in GetBound() 270 Rect bound_; member in OHOS::Rosen::WmOcclusion::Region
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region_helper.cpp | 43 bound_.left_ = std::min(rectsRow_[0].left_, bound_.left_); in FlushVerticalSpan() 44 bound_.right_ = std::max(rectsRow_[rectsRow_.size() - 1].right_, bound_.right_); in FlushVerticalSpan() 91 bound_.top_ = storage_[0].top_; in ~Assembler() 92 bound_.bottom_ = storage_[storage_.size() - 1].bottom_; in ~Assembler()
|
H A D | rs_occlusion_region.cpp | 201 bound_ = rects_[0]; in MakeBound() 203 bound_.left_ = std::min(r.left_, bound_.left_); in MakeBound() 204 bound_.top_ = std::min(r.top_, bound_.top_); in MakeBound() 205 bound_.right_ = std::max(r.right_, bound_.right_); in MakeBound() 206 bound_.bottom_ = std::max(r.bottom_, bound_.bottom_); in MakeBound()
|
/foundation/window/window_manager/utils/src/ |
H A D | wm_occlusion_region.cpp | 204 bound_ = rects_[0]; in MakeBound() 206 bound_.top_ = std::min(r.top_, bound_.top_); in MakeBound() 207 bound_.left_ = std::min(r.left_, bound_.left_); in MakeBound() 208 bound_.right_ = std::max(r.right_, bound_.right_); in MakeBound() 209 bound_.bottom_ = std::max(r.bottom_, bound_.bottom_); in MakeBound()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_occlusion_region_test.cpp | 377 region->bound_ = { 10, 10, 10, 10 }; in HWTEST_F() 380 ASSERT_EQ(10, region->bound_.left_); in HWTEST_F() 381 ASSERT_EQ(10, region->bound_.top_); in HWTEST_F() 382 ASSERT_EQ(10, region->bound_.right_); in HWTEST_F() 383 ASSERT_EQ(10, region->bound_.bottom_); in HWTEST_F() 392 ASSERT_EQ(5, region->bound_.left_); in HWTEST_F() 393 ASSERT_EQ(4, region->bound_.top_); in HWTEST_F() 394 ASSERT_EQ(7, region->bound_.right_); in HWTEST_F() 395 ASSERT_EQ(8, region->bound_.bottom_); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region_helper.h | 41 : storage_(r.GetRegionRectsRef()), bound_(r.GetBoundRef()), lastRectRowBegin_(), end_(), cur_() in Assembler() 44 bound_ = Rect{INT_MAX, INT_MAX, INT_MIN, INT_MIN, false}; in Assembler() 53 Rect &bound_; // current bound member in OHOS::Rosen::Occlusion::Assembler
|
H A D | rs_occlusion_region.h | 252 bound_ = Rect { r }; in Region() 255 Region(const Region& reg) : rects_(reg.rects_), bound_(reg.bound_) {} in Region() 261 bound_ = Rect {}; in Reset() 289 return bound_; in GetBound() 293 return bound_; in GetBoundRef() 297 return rects_.size() == 0 || bound_.IsEmpty(); in IsEmpty() 393 Rect bound_; member in OHOS::Rosen::Occlusion::Region
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_render_drawable_test.cpp | 159 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 207 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 234 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 264 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 266 uniParams->accumulatedDirtyRegion_.bound_ = bound; in HWTEST_F() 319 surfaceParams->transparentRegion_.bound_ = bound; in HWTEST_F() 321 uniParams->accumulatedDirtyRegion_.bound_ = bound; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_surface_render_node_drawable_test.cpp | 164 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 210 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 240 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 293 surfaceParams->visibleRegion_.bound_ = bound; in HWTEST_F() 295 uniParams->accumulatedDirtyRegion_.bound_ = bound; in HWTEST_F() 324 surfaceParams->transparentRegion_.bound_ = bound; in HWTEST_F() 326 uniParams->accumulatedDirtyRegion_.bound_ = bound; in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_statement.h | 101 bool bound_ = false;
member in OHOS::NativeRdb::SqliteStatement
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.cpp | 1033 self->bound_ = true; in BuildChildren() 1084 if (!bound_) { in CheckChildrenStatus() 1089 bound_ = true; in CheckChildrenStatus() 1149 bound_ = false; in MonitorChild()
|
H A D | anim_impl.cpp | 354 bound_ = true;
|
H A D | node_impl.h | 303 bool bound_ { false };
|
H A D | mesh_impl.cpp | 210 bound_ = true;
|
H A D | material_impl.cpp | 1240 bound_ = true;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_statement.cpp | 156 if (bound_) { in BindArgs() 160 bound_ = true; in BindArgs()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uifirst_manager_test.cpp | 385 surfaceRenderNode->visibleRegion_.bound_ = bound; in HWTEST_F()
|
H A D | rs_uni_render_visitor_test.cpp | 236 childSurfaceNode->visibleRegion_.bound_ = OHOS::Rosen::Occlusion::Rect(1, 1, 2, 2); in HWTEST_F() 275 childSurfaceNode->visibleRegion_.bound_ = OHOS::Rosen::Occlusion::Rect(); in HWTEST_F()
|