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 D | rs_texture_export.h | 30 void UpdateBufferInfo(float x, float y, float width, float height);
|
H A D | rs_texture_export.cpp | 73 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 D | rs_render_service_listener.cpp | 116 node->UpdateBufferInfo(nullptr, {}, nullptr, nullptr); in OnGoBackground()
|
H A D | rs_main_thread.cpp | 1399 surfaceNode->UpdateBufferInfo(buffer, in ConsumeAndUpdateAllNodes()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | root_view.h | 277 void UpdateBufferInfo(BufferInfo* fbBufferInfo);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 651 UpdateBufferInfo(gfxDstBuffer); in Render() 876 void RootView::UpdateBufferInfo(BufferInfo* fbBufferInfo) in Render() function in OHOS::RootView
|
H A D | ui_view.cpp | 1338 rootView->UpdateBufferInfo(&bufInfo); in GetBitmap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_render_node.h | 181 void UpdateBufferInfo(const sptr<SurfaceBuffer>& buffer, const Rect& damageRect,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 608 surfaceNode->UpdateBufferInfo(nullptr, {}, nullptr, nullptr); in AwakeRenderServiceThreadResetCaches()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 1167 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 D | rosen_render_context.cpp | 554 …rsTextureExport_->UpdateBufferInfo(paintRect.GetX(), paintRect.GetY(), paintRect.Width(), paintRec… in SyncGeometryFrame()
|