Searched refs:SetDrawingArea (Results 1 – 7 of 7) sorted by relevance
41 surface_->SetDrawingArea(rects); in SetDamageRegion()57 surface_->SetDrawingArea(iRects); in SetDamageRegion()
168 void Surface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() function in OHOS::Rosen::Drawing::Surface177 impl_->SetDrawingArea(rects); in SetDrawingArea()
67 virtual void SetDrawingArea(const std::vector<RectI>& rects) = 0;
72 void SetDrawingArea(const std::vector<RectI>& rects) override;
533 void SkiaSurface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() function in OHOS::Rosen::Drawing::SkiaSurface
205 void SetDrawingArea(const std::vector<RectI>& rects);
150 surface->SetDrawingArea(rects);