Home
last modified time | relevance | path

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

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