/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_ui_capture_task_parallel_test.cpp | 207 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 D | rs_interfaces_test.cpp | 57 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 D | component_snapshot.cpp | 252 …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 D | rosen_render_context.cpp | 1662 …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 D | render_service_client_ui_capture_demo.cpp | 270 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 D | form_test_ng.cpp | 1128 pattern->TakeSurfaceCaptureForUI(); 1133 pattern->TakeSurfaceCaptureForUI(); 1194 pattern->TakeSurfaceCaptureForUI(); 1199 pattern->TakeSurfaceCaptureForUI(); 1203 pattern->TakeSurfaceCaptureForUI();
|
H A D | form_pattern_test.cpp | 378 pattern->TakeSurfaceCaptureForUI(); 383 pattern->TakeSurfaceCaptureForUI();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.h | 176 void TakeSurfaceCaptureForUI();
|
H A D | form_pattern.cpp | 279 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 D | rs_interfaces.h | 91 bool TakeSurfaceCaptureForUI(std::shared_ptr<RSNode> node,
|
H A D | rs_interfaces.cpp | 216 bool RSInterfaces::TakeSurfaceCaptureForUI(std::shared_ptr<RSNode> node, in TakeSurfaceCaptureForUI() function in OHOS::Rosen::RSInterfaces
|