Home
last modified time | relevance | path

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

/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()
/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
174 LOGD("surfaceImpl SetDrawingArea failed impl nullptr"); in SetDrawingArea()
177 impl_->SetDrawingArea(rects); in SetDrawingArea()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h69 virtual void SetDrawingArea(const std::vector<RectI>& rects) = 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.cpp524 void SkiaSurface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() function in OHOS::Rosen::Drawing::SkiaSurface
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h203 void SetDrawingArea(const std::vector<RectI>& rects);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp141 * @tc.desc: Test SetDrawingArea
150 surface->SetDrawingArea(rects); in HWTEST_F()

Completed in 4 milliseconds