Home
last modified time | relevance | path

Searched refs:DrawAllSurfaceOpaqueRegionForDFX (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/
H A Drs_dirty_rects_dfx_test.cpp197 HWTEST_F(RSDirtyRectsDFXTest, DrawAllSurfaceOpaqueRegionForDFX, TestSize.Level1)
200 rsDirtyRectsDfx_->DrawAllSurfaceOpaqueRegionForDFX(*canvas_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.h74 void DrawAllSurfaceOpaqueRegionForDFX(RSPaintFilterCanvas& canvas) const;
H A Drs_dirty_rects_dfx.cpp77 DrawAllSurfaceOpaqueRegionForDFX(canvas); in OnDraw()
340 void RSDirtyRectsDfx::DrawAllSurfaceOpaqueRegionForDFX(RSPaintFilterCanvas& canvas) const in DrawAllSurfaceOpaqueRegionForDFX() function in OHOS::Rosen::RSDirtyRectsDfx