Searched refs:updateEnd (Results 1 - 7 of 7) 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 | 122 this.updateEnd(); 227 this.updateEnd(); 243 this.updateEnd();
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 951 const deUint32 updateEnd = updateStart + m_pushConstantRange[rangeNdx].update.size; in getPushConstantUpdates() local 953 updateRange |= (updateStart <= offset && updateEnd >= offset + 4u); in getPushConstantUpdates()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 949 const deUint32 updateEnd = updateStart + m_pushConstantRange[rangeNdx].update.size; in getPushConstantUpdates() local 951 updateRange |= (updateStart <= offset && updateEnd >= offset + 4u); in getPushConstantUpdates()
|
Completed in 15 milliseconds