/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_visitor.cpp | 52 void RSRenderServiceVisitor::ProcessChildren(RSRenderNode& node) in ProcessChildren() function in OHOS::Rosen::RSRenderServiceVisitor 182 ProcessChildren(*existingSource); in ProcessDisplayRenderNode() 184 ProcessChildren(node); in ProcessDisplayRenderNode() 256 ProcessChildren(node); in ProcessSurfaceRenderNode()
|
H A D | rs_uni_ui_capture.cpp | 275 void RSUniUICapture::RSUniUICaptureVisitor::ProcessChildren(RSRenderNode& node) in ProcessChildren() function in OHOS::Rosen::RSUniUICapture::RSUniUICaptureVisitor 344 ProcessChildren(node); in ProcessCanvasRenderNode() 359 ProcessChildren(node); in ProcessEffectRenderNode() 460 ProcessChildren(node); in ProcessSurfaceViewWithUni() 488 ProcessChildren(node); in ProcessSurfaceViewWithoutUni()
|
H A D | rs_surface_capture_task.cpp | 303 void RSSurfaceCaptureVisitor::ProcessChildren(RSRenderNode &node) in ProcessChildren() function in OHOS::Rosen::RSSurfaceCaptureVisitor 325 ProcessChildren(node); in ProcessDisplayRenderNode() 355 ProcessChildren(node); in CaptureSingleSurfaceNodeWithoutUni() 381 ProcessChildren(node); in CaptureSurfaceInDisplayWithoutUni()
|
H A D | rs_render_service_visitor.h | 43 void ProcessChildren(RSRenderNode &node) override;
|
H A D | rs_uni_ui_capture.h | 53 void ProcessChildren(RSRenderNode& node) override;
|
H A D | rs_surface_capture_task.h | 50 void ProcessChildren(RSRenderNode& node) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_divided_ui_capture.cpp | 143 void RSDividedUICapture::RSDividedUICaptureVisitor::ProcessChildren(RSRenderNode& node) in ProcessChildren() function in OHOS::Rosen::RSDividedUICapture::RSDividedUICaptureVisitor 202 ProcessChildren(node); in ProcessCanvasRenderNode() 217 ProcessChildren(node); in ProcessEffectRenderNode() 279 ProcessChildren(node); in ProcessSurfaceRenderNode()
|
H A D | rs_divided_ui_capture.h | 54 void ProcessChildren(RSRenderNode& node) override;
|
H A D | rs_render_thread_visitor.cpp | 376 void RSRenderThreadVisitor::ProcessChildren(RSRenderNode& node) in ProcessChildren() function in OHOS::Rosen::RSRenderThreadVisitor 662 ProcessChildren(node); in ProcessCanvasRenderNode() 690 ProcessChildren(node); in UpdateAnimatePropertyCacheSurface() 709 ProcessChildren(node); in ProcessEffectRenderNode() 938 ProcessChildren(node); in ProcessSurfaceRenderNode()
|
H A D | rs_render_thread_visitor.h | 51 void ProcessChildren(RSRenderNode& node) override;
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | stack_component.cpp | 35 bool StackComponent::ProcessChildren() in ProcessChildren() function in OHOS::ACELite::StackComponent
|
H A D | stack_component.h | 33 bool ProcessChildren() override;
|
H A D | div_component.h | 35 bool ProcessChildren() override;
|
H A D | list_component.h | 38 bool ProcessChildren() override;
|
H A D | analog_clock_component.h | 42 bool ProcessChildren() override;
|
H A D | swiper_component.h | 38 bool ProcessChildren() override;
|
H A D | tabs_component.h | 45 bool ProcessChildren() override;
|
H A D | list_component.cpp | 120 bool ListComponent::ProcessChildren() in ProcessChildren() function in OHOS::ACELite::ListComponent
|
H A D | swiper_component.cpp | 93 bool SwiperComponent::ProcessChildren() in ProcessChildren() function in OHOS::ACELite::SwiperComponent
|
H A D | div_component.cpp | 155 bool DivComponent::ProcessChildren() in ProcessChildren() function in OHOS::ACELite::DivComponent
|
H A D | analog_clock_component.cpp | 88 bool AnalogClockComponent::ProcessChildren() in ProcessChildren() function in OHOS::ACELite::AnalogClockComponent
|
H A D | tabs_component.cpp | 93 bool TabsComponent::ProcessChildren() in ProcessChildren() function in OHOS::ACELite::TabsComponent
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_rcd_render_visitor.h | 42 void ProcessChildren(RSRenderNode& node) override {} in ProcessChildren() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/visitor/ |
H A D | rs_node_visitor.h | 54 virtual void ProcessChildren(RSRenderNode& node) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_divided_ui_capture_test.cpp | 199 HWTEST_F(RSDividedUICaptureTest, ProcessChildren, TestSize.Level1) 203 rsDividedUICaptureVisitor.ProcessChildren(node);
|