Home
last modified time | relevance | path

Searched defs:SetRenderContext (Results 1 – 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_surface_frame_ohos.cpp22 void RSSurfaceFrameOhos::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceFrameOhos
Drs_surface_ohos.cpp25 void RSSurfaceOhos::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceOhos
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
Drs_render_surface.h56 void SetRenderContext(const std::shared_ptr<RenderContextBase>& renderContext) in SetRenderContext() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
Dcanvas_modifier.h38 void SetRenderContext(const WeakPtr<RenderContext>& renderContext) in SetRenderContext() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
Drs_surface_frame_darwin.cpp57 void RSSurfaceFrameDarwin::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceFrameDarwin
Drs_surface_darwin.cpp133 void RSSurfaceDarwin::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceDarwin
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
Drs_surface_frame_windows.cpp53 void RSSurfaceFrameWindows::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceFrameWindows
Drs_surface_windows.cpp135 void RSSurfaceWindows::SetRenderContext(RenderContext* context) in SetRenderContext() function in OHOS::Rosen::RSSurfaceWindows
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_surface_mingw.cpp42 void RosenRenderSurface::SetRenderContext(const RefPtr<RenderContext>& renderContext) in SetRenderContext() function in OHOS::Ace::NG::RosenRenderSurface
Drender_texture_impl.cpp77 void RenderTextureImpl::SetRenderContext(const RefPtr<RenderContext>& renderContext) in SetRenderContext() function in OHOS::Ace::NG::RenderTextureImpl
Drender_surface_impl.cpp74 void RenderSurfaceImpl::SetRenderContext(const RefPtr<RenderContext>& renderContext) in SetRenderContext() function in OHOS::Ace::NG::RenderSurfaceImpl
Drosen_render_surface.cpp205 void RosenRenderSurface::SetRenderContext(const RefPtr<RenderContext>& renderContext) in SetRenderContext() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_surface.h61 virtual void SetRenderContext(const RefPtr<RenderContext>& renderContext) {}; in SetRenderContext() function