Home
last modified time | relevance | path

Searched defs:SetDamageRegion (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
H A Drs_surface_frame.h33 virtual void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) {}; in SetDamageRegion() function
34 virtual void SetDamageRegion(const std::vector<RectI> &rects) {}; in SetDamageRegion() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_gl.cpp31 void RSSurfaceFrameOhosGl::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosGl
36 void RSSurfaceFrameOhosGl::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosGl
H A Drs_surface_frame_ohos_raster.cpp32 void RSSurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosRaster
40 void RSSurfaceFrameOhosRaster::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosRaster
H A Drs_surface_frame_ohos_vulkan.cpp31 void RSSurfaceFrameOhosVulkan::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosVulkan
45 void RSSurfaceFrameOhosVulkan::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameOhosVulkan
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_gl.h33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion() function
H A Dsurface_frame_ohos_vulkan.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion() function
H A Dsurface_frame_ohos_raster.cpp35 void SurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t heig… in SetDamageRegion() function in OHOS::Rosen::SurfaceFrameOhosRaster
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dvulkan_render_backend.h42 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {} in SetDamageRegion() function
H A Dsoftware_render_backend.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion() function
H A Degl_manager.cpp202 void EGLManager::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::EGLManager
H A Dgles_render_backend.cpp130 void GLESRenderBackend::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::GLESRenderBackend
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_frame_darwin.cpp28 void RSSurfaceFrameDarwin::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameDarwin
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_frame_windows.cpp28 void RSSurfaceFrameWindows::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t heigh… in SetDamageRegion() function in OHOS::Rosen::RSSurfaceFrameWindows
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.h140 void SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp177 void RSRenderSurfaceOhos::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion() function in OHOS::Rosen::RSRenderSurfaceOhos