Home
last modified time | relevance | path

Searched refs:rsTextureExport_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h724 std::shared_ptr<Rosen::RSTextureExport> rsTextureExport_; variable
H A Drosen_render_context.cpp553 if (rsTextureExport_) { in SyncGeometryFrame()
554rsTextureExport_->UpdateBufferInfo(paintRect.GetX(), paintRect.GetY(), paintRect.Width(), paintRec… in SyncGeometryFrame()
5283 if (!rsTextureExport_) {
5284 rsTextureExport_ = std::make_shared<Rosen::RSTextureExport>(rsNode_, surfaceId);
5290 return rsTextureExport_->DoTextureExport();
5296 CHECK_NULL_RETURN(rsTextureExport_, false);
5297 rsTextureExport_->StopTextureExport();