Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_texture_export.h30 void UpdateBufferInfo(float x, float y, float width, float height);
H A Drs_texture_export.cpp73 void RSTextureExport::UpdateBufferInfo(float x, float y, float width, float height) in UpdateBufferInfo() function in OHOS::Rosen::RSTextureExport
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp116 node->UpdateBufferInfo(nullptr, {}, nullptr, nullptr); in OnGoBackground()
H A Drs_main_thread.cpp1399 surfaceNode->UpdateBufferInfo(buffer, in ConsumeAndUpdateAllNodes()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h277 void UpdateBufferInfo(BufferInfo* fbBufferInfo);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp651 UpdateBufferInfo(gfxDstBuffer); in Render()
876 void RootView::UpdateBufferInfo(BufferInfo* fbBufferInfo) in Render() function in OHOS::RootView
H A Dui_view.cpp1338 rootView->UpdateBufferInfo(&bufInfo); in GetBitmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h181 void UpdateBufferInfo(const sptr<SurfaceBuffer>& buffer, const Rect& damageRect,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp608 surfaceNode->UpdateBufferInfo(nullptr, {}, nullptr, nullptr); in AwakeRenderServiceThreadResetCaches()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1167 void RSSurfaceRenderNode::UpdateBufferInfo(const sptr<SurfaceBuffer>& buffer, const Rect& damageRec… in UpdateBufferInfo() function in OHOS::Rosen::RSSurfaceRenderNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp554 …rsTextureExport_->UpdateBufferInfo(paintRect.GetX(), paintRect.GetY(), paintRect.Width(), paintRec… in SyncGeometryFrame()