Home
last modified time | relevance | path

Searched refs:RefreshRateRotationProcess (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.cpp236 HWTEST_F(RSDirtyRectsDFXTest, RefreshRateRotationProcess, TestSize.Level1)
241 bool res = rsDirtyRectsDfx_->RefreshRateRotationProcess(*canvas_, rotation, screenId);
247 res = rsDirtyRectsDfx_->RefreshRateRotationProcess(*canvas_, rotation, screenId);
251 res = rsDirtyRectsDfx_->RefreshRateRotationProcess(*canvas_, rotation, screenId);
255 res = rsDirtyRectsDfx_->RefreshRateRotationProcess(*canvas_, rotation, screenId);
259 res = rsDirtyRectsDfx_->RefreshRateRotationProcess(*canvas_, rotation, screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.h64 …bool RefreshRateRotationProcess(RSPaintFilterCanvas& canvas, ScreenRotation rotation, uint64_t scr…
H A Drs_dirty_rects_dfx.cpp125 bool RSDirtyRectsDfx::RefreshRateRotationProcess(RSPaintFilterCanvas& canvas, in RefreshRateRotationProcess() function in OHOS::Rosen::RSDirtyRectsDfx
188 if (!RefreshRateRotationProcess(canvas, rotation, screenId)) { in DrawCurrentRefreshRate()