Home
last modified time | relevance | path

Searched defs:DamageFrame (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drender_context_ohos_vk.cpp92 void RenderContextOhosVk::DamageFrame(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in DamageFrame() function in OHOS::Rosen::RenderContextOhosVk
H A Drender_context_ohos_raster.cpp86 void RenderContextOhosRaster::DamageFrame(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in DamageFrame() function in OHOS::Rosen::RenderContextOhosRaster
H A Drender_context_ohos_gl.cpp280 void RenderContextOhosGl::DamageFrame(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in DamageFrame() function in OHOS::Rosen::RenderContextOhosGl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drender_context_base.h38 virtual void DamageFrame(const std::shared_ptr<RSRenderSurfaceFrame>& frame) {}; in DamageFrame() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp422 void RenderContext::DamageFrame(int32_t left, int32_t top, int32_t width, int32_t height) in DamageFrame() function in OHOS::Rosen::RenderContext
442 void RenderContext::DamageFrame(const std::vector<RectI> &rects) in DamageFrame() function in OHOS::Rosen::RenderContext