Home
last modified time | relevance | path

Searched refs:bound_ (Results 1 - 18 of 18) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h151 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 Drs_occlusion_region_helper.cpp43 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 Drs_occlusion_region.cpp201 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 Dwm_occlusion_region.cpp204 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 Dwm_occlusion_region_test.cpp377 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 Drs_occlusion_region_helper.h41 : 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 Drs_occlusion_region.h252 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 Drs_render_drawable_test.cpp159 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 Drs_surface_render_node_drawable_test.cpp164 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 Dsqlite_statement.h101 bool bound_ = false; member in OHOS::NativeRdb::SqliteStatement
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp1033 self->bound_ = true; in BuildChildren()
1084 if (!bound_) { in CheckChildrenStatus()
1089 bound_ = true; in CheckChildrenStatus()
1149 bound_ = false; in MonitorChild()
H A Danim_impl.cpp354 bound_ = true;
H A Dnode_impl.h303 bool bound_ { false };
H A Dmesh_impl.cpp210 bound_ = true;
H A Dmaterial_impl.cpp1240 bound_ = true;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp156 if (bound_) { in BindArgs()
160 bound_ = true; in BindArgs()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp385 surfaceRenderNode->visibleRegion_.bound_ = bound; in HWTEST_F()
H A Drs_uni_render_visitor_test.cpp236 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()

Completed in 28 milliseconds