Home
last modified time | relevance | path

Searched defs:visitor (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_root_render_node_test.cpp68 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 Drs_effect_render_node_test.cpp53 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 Drs_proxy_render_node_test.cpp53 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 Drs_canvas_render_node_test.cpp91 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
110 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
386 std::shared_ptr<RSNodeVisitor> visitor; variable
H A Drs_display_render_node_test.cpp53 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
332 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
H A Drs_render_node_test2.cpp78 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
1282 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
H A Drs_base_render_node_test.cpp296 std::shared_ptr<RSNodeVisitor> visitor = nullptr; variable
1136 std::shared_ptr<RSNodeVisitor> visitor; variable
1153 std::shared_ptr<RSNodeVisitor> visitor; variable
H A Drs_surface_render_node_test.cpp1183 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 Drs_root_render_node.cpp86 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 Drs_effect_render_node.cpp46 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 Drs_proxy_render_node.cpp45 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 Drs_canvas_render_node.cpp73 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 Drs_display_render_node.cpp56 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 Drs_surface_render_node.cpp534 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 Drs_render_thread_visitor_test.cpp703 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 Drs_divided_ui_capture_test.cpp183 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 Drs_surface_capture_task_test.cpp460 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 Drs_round_corner_display_test.cpp409 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 Drs_rcd_render_manager.cpp173 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 Drsproxyrendernode_fuzzer.cpp76 std::shared_ptr<RSNodeVisitor> visitor; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_divided_ui_capture.cpp57 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 Drsdisplayrendernode_fuzzer.cpp78 std::shared_ptr<RSRenderThreadVisitor> visitor; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp99 auto visitor = [&comNode, &defaultNode] (auto &args) { in ParseViewInfo() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_ui_capture.cpp66 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 Drs_sub_thread.cpp176 auto visitor = std::make_shared<RSUniRenderVisitor>(); in RenderCache() local

12