/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_root_render_node_test.cpp | 68 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 87 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 106 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
|
H A D | rs_effect_render_node_test.cpp | 53 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 72 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 285 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
|
H A D | rs_proxy_render_node_test.cpp | 53 std::shared_ptr<RSNodeVisitor> visitor = std::make_shared<RSRenderThreadVisitor>(); variable 80 std::shared_ptr<RSNodeVisitor> visitor; variable 98 std::shared_ptr<RSNodeVisitor> visitor; variable
|
H A D | rs_canvas_render_node_test.cpp | 91 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 110 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 386 std::shared_ptr<RSNodeVisitor> visitor; variable
|
H A D | rs_display_render_node_test.cpp | 53 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 332 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
|
H A D | rs_render_node_test2.cpp | 78 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 1282 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
|
H A D | rs_base_render_node_test.cpp | 296 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable 1136 std::shared_ptr<RSNodeVisitor> visitor; variable 1153 std::shared_ptr<RSNodeVisitor> visitor; variable
|
H A D | rs_surface_render_node_test.cpp | 1183 std::shared_ptr<RSRenderThreadVisitor> visitor; variable 1200 std::shared_ptr<RSRenderThreadVisitor> visitor; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_root_render_node.cpp | 86 void RSRootRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() 95 void RSRootRenderNode::QuickPrepare(const std::shared_ptr<RSNodeVisitor>& visitor) in QuickPrepare() 104 void RSRootRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process()
|
H A D | rs_effect_render_node.cpp | 46 void RSEffectRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() 56 void RSEffectRenderNode::QuickPrepare(const std::shared_ptr<RSNodeVisitor>& visitor) in QuickPrepare() 65 void RSEffectRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process()
|
H A D | rs_proxy_render_node.cpp | 45 void RSProxyRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() 54 void RSProxyRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process()
|
H A D | rs_canvas_render_node.cpp | 73 void RSCanvasRenderNode::QuickPrepare(const std::shared_ptr<RSNodeVisitor>& visitor) in QuickPrepare() 82 void RSCanvasRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() 121 void RSCanvasRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process()
|
H A D | rs_display_render_node.cpp | 56 void RSDisplayRenderNode::QuickPrepare(const std::shared_ptr<RSNodeVisitor>& visitor) in QuickPrepare() 65 void RSDisplayRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() 74 void RSDisplayRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process()
|
H A D | rs_surface_render_node.cpp | 534 void RSSurfaceRenderNode::QuickPrepare(const std::shared_ptr<RSNodeVisitor>& visitor) in QuickPrepare() 569 void RSSurfaceRenderNode::Prepare(const std::shared_ptr<RSNodeVisitor>& visitor) in Prepare() 578 void RSSurfaceRenderNode::Process(const std::shared_ptr<RSNodeVisitor>& visitor) in Process()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_visitor_test.cpp | 703 RSRenderThreadVisitor visitor; variable 1007 RSRenderThreadVisitor visitor; variable 1035 RSRenderThreadVisitor visitor; variable 1080 RSRenderThreadVisitor visitor; variable 1100 RSRenderThreadVisitor visitor; variable 1128 RSRenderThreadVisitor visitor; variable 1149 RSRenderThreadVisitor visitor; variable 1172 RSRenderThreadVisitor visitor; variable 1211 RSRenderThreadVisitor visitor; variable 1228 RSRenderThreadVisitor visitor; variable [all …]
|
H A D | rs_divided_ui_capture_test.cpp | 183 auto visitor = std::make_shared<RSDividedUICapture::RSDividedUICaptureVisitor>(1, 1.0, 1.0); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_surface_capture_task_test.cpp | 460 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = variable 480 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = variable 502 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = variable 522 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = variable 541 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = variable 561 std::shared_ptr<RSSurfaceCaptureVisitor> visitor = variable
|
H A D | rs_round_corner_display_test.cpp | 409 auto visitor = std::make_shared<RSRcdRenderVisitor>(); variable 427 auto visitor = std::make_shared<RSRcdRenderVisitor>(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_rcd_render_manager.cpp | 173 auto visitor = std::make_shared<RSRcdRenderVisitor>(); in DoProcessRenderTask() local 192 auto visitor = std::make_shared<RSRcdRenderVisitor>(); in DoProcessRenderMainThreadTask() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/ |
H A D | rsproxyrendernode_fuzzer.cpp | 76 std::shared_ptr<RSNodeVisitor> visitor; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_divided_ui_capture.cpp | 57 std::shared_ptr<RSDividedUICaptureVisitor> visitor = in TakeLocalCapture() local 130 std::shared_ptr<RSRenderNode> node, std::shared_ptr<RSDividedUICaptureVisitor> visitor) in PostTaskToRTRecord()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 78 std::shared_ptr<RSRenderThreadVisitor> visitor; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/update/updater/services/ui/view/layout/ |
H A D | layout_parser.cpp | 99 auto visitor = [&comNode, &defaultNode] (auto &args) { in ParseViewInfo() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_ui_capture.cpp | 66 std::shared_ptr<RSUniUICaptureVisitor> visitor = in TakeLocalCapture() local 229 std::shared_ptr<RSRenderNode> node, std::shared_ptr<RSUniUICaptureVisitor> visitor) in PostTaskToRSRecord()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 176 auto visitor = std::make_shared<RSUniRenderVisitor>(); in RenderCache() local
|