Searched refs:updateStart (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region.cpp | 41 void Node::Update(int updateStart, int updateEnd, Event::Type type) in Update() argument 43 if (updateStart >= updateEnd) { in Update() 46 if (updateStart == start_ && updateEnd == end_) { in Update() 61 left_->Update(updateStart, mid_ < updateEnd ? mid_ : updateEnd, type); in Update() 64 right_->Update(mid_ > updateStart ? mid_ : updateStart, updateEnd, type); in Update()
|
/foundation/window/window_manager/utils/src/ |
H A D | wm_occlusion_region.cpp | 31 void Node::Update(int updateStart, int updateEnd, Event::Type type) in Update() argument 33 if (updateStart >= updateEnd) { in Update() 36 if (updateStart == start_ && updateEnd == end_) { in Update() 51 left_->Update(updateStart, mid_ < updateEnd ? mid_ : updateEnd, type); in Update() 54 right_->Update(mid_ > updateStart ? mid_ : updateStart, updateEnd, type); in Update()
|
/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 124 void Update(int updateStart, int updateEnd, Event::Type type);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region.h | 225 void Update(int updateStart, int updateEnd, Event::Type type);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 109 this.updateStart(); 221 this.updateStart(); 232 this.updateStart();
|
Completed in 6 milliseconds