Home
last modified time | relevance | path

Searched refs:updateStart (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp41 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 Dwm_occlusion_region.cpp31 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 Dwm_occlusion_region.h124 void Update(int updateStart, int updateEnd, Event::Type type);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h225 void Update(int updateStart, int updateEnd, Event::Type type);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js109 this.updateStart();
221 this.updateStart();
232 this.updateStart();

Completed in 6 milliseconds