Home
last modified time | relevance | path

Searched refs:DrawCurrentRefreshRate (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.cpp159 HWTEST_F(RSDirtyRectsDFXTest, DrawCurrentRefreshRate, TestSize.Level1)
164 rsDirtyRectsDfx_->DrawCurrentRefreshRate(*canvas);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.h65 void DrawCurrentRefreshRate(RSPaintFilterCanvas& canvas);
H A Drs_dirty_rects_dfx.cpp84 DrawCurrentRefreshRate(canvas); in OnDraw()
148 void RSDirtyRectsDfx::DrawCurrentRefreshRate(RSPaintFilterCanvas& canvas) in DrawCurrentRefreshRate() function in OHOS::Rosen::RSDirtyRectsDfx