Home
last modified time | relevance | path

Searched refs:TakeSurfaceCaptureForUI (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_ui_capture_task_parallel_test.cpp207 bool ret = rsInterfaces_->TakeSurfaceCaptureForUI(surfaceNode, callback);
224 bool ret = rsInterfaces_->TakeSurfaceCaptureForUI(surfaceNode_, callback);
241 bool ret = rsInterfaces_->TakeSurfaceCaptureForUI(canvasNode_, callback);
261 bool ret = rsInterfaces_->TakeSurfaceCaptureForUI(proxyNode, callback);
278 bool ret = rsInterfaces_->TakeSurfaceCaptureForUI(canvasNode_, callback, 1.0, 1.0, true);
298 bool ret = rsInterfaces_->TakeSurfaceCaptureForUI(canvasNode_, callback);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_interfaces_test.cpp57 bool res = instance.TakeSurfaceCaptureForUI(nullptr, callback, 1.f, 1.f, true);
61 res = instance.TakeSurfaceCaptureForUI(nullptr, callback, 1.f, 1.f, true);
66 res = instance.TakeSurfaceCaptureForUI(nullptr, callback, 1.f, 1.f, true);
71 res = instance.TakeSurfaceCaptureForUI(rsDisplayNode, callback, 1.f, 1.f, true);
86 bool res = instance.TakeSurfaceCaptureForUI(node, callback, 1.f, 1.f, true);
90 res = instance.TakeSurfaceCaptureForUI(node, callback, 1.f, 1.f, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp252 …rsInterface.TakeSurfaceCaptureForUI(rsNode, std::make_shared<CustomizedCallback>(std::move(callbac… in Get()
310 …rsInterface.TakeSurfaceCaptureForUI(rsNode, std::make_shared<NormalCaptureCallback>(std::move(call… in GetNormalCapture()
345 rsInterface.TakeSurfaceCaptureForUI( in BuilerTask()
396 rsInterface.TakeSurfaceCaptureForUI(rsNode, syncCallback, in GetSync()
450 rsInterface.TakeSurfaceCaptureForUI(rsNode, syncCallback, in CreateSync()
H A Drosen_render_context.cpp1662 …RSInterfaces::GetInstance().TakeSurfaceCaptureForUI(rsNode_, drawDragThumbnailCallback, scaleX, sc… in GetThumbnailPixelMap()
1688 …return RSInterfaces::GetInstance().TakeSurfaceCaptureForUI(rsNode_, thumbnailCallback, scaleX, sca… in CreateThumbnailPixelMapAsyncTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_ui_capture_demo.cpp270 RSInterfaces::GetInstance().TakeSurfaceCaptureForUI(rootNode, myOffscreenRenderCallback, 1, 1); in main()
273 RSInterfaces::GetInstance().TakeSurfaceCaptureForUI(rootNode, myOffscreenRenderCallback, 1, 1); in main()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp1128 pattern->TakeSurfaceCaptureForUI();
1133 pattern->TakeSurfaceCaptureForUI();
1194 pattern->TakeSurfaceCaptureForUI();
1199 pattern->TakeSurfaceCaptureForUI();
1203 pattern->TakeSurfaceCaptureForUI();
H A Dform_pattern_test.cpp378 pattern->TakeSurfaceCaptureForUI();
383 pattern->TakeSurfaceCaptureForUI();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.h176 void TakeSurfaceCaptureForUI();
H A Dform_pattern.cpp279 form->TakeSurfaceCaptureForUI(); in HandleSnapshot()
313 void FormPattern::TakeSurfaceCaptureForUI() in TakeSurfaceCaptureForUI() function in OHOS::Ace::NG::FormPattern
363 …rsInterface.TakeSurfaceCaptureForUI(rsNode, std::make_shared<FormSnapshotCallback>(WeakClaim(this)… in SnapshotSurfaceNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h91 bool TakeSurfaceCaptureForUI(std::shared_ptr<RSNode> node,
H A Drs_interfaces.cpp216 bool RSInterfaces::TakeSurfaceCaptureForUI(std::shared_ptr<RSNode> node, in TakeSurfaceCaptureForUI() function in OHOS::Rosen::RSInterfaces