Home
last modified time | relevance | path

Searched refs:SetDrawingArea (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan.cpp41 surface_->SetDrawingArea(rects); in SetDamageRegion()
57 surface_->SetDrawingArea(iRects); in SetDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp168 void Surface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() function in OHOS::Rosen::Drawing::Surface
177 impl_->SetDrawingArea(rects); in SetDrawingArea()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h67 virtual void SetDrawingArea(const std::vector<RectI>& rects) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.h72 void SetDrawingArea(const std::vector<RectI>& rects) override;
H A Dskia_surface.cpp533 void SkiaSurface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() function in OHOS::Rosen::Drawing::SkiaSurface
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h205 void SetDrawingArea(const std::vector<RectI>& rects);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp150 surface->SetDrawingArea(rects);