Home
last modified time | relevance | path

Searched refs:GetScreenCorrection (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h87 virtual ScreenRotation GetScreenCorrection() const = 0;
179 ScreenRotation GetScreenCorrection() const override;
H A Drs_screen_manager.h122 virtual ScreenRotation GetScreenCorrection(ScreenId id) const = 0;
332 ScreenRotation GetScreenCorrection(ScreenId id) const override;
H A Drs_screen.cpp823 ScreenRotation RSScreen::GetScreenCorrection() const in GetScreenCorrection() function in OHOS::Rosen::impl::RSScreen
H A Drs_screen_manager.cpp906 ScreenRotation screenRotation = screensIt->second->GetScreenCorrection(); in GetScreenCorrectionLocked()
1425 ScreenRotation RSScreenManager::GetScreenCorrection(ScreenId id) const in GetScreenCorrection() function in OHOS::Rosen::impl::RSScreenManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_virtual_processor.cpp66 screenCorrection_ = screenManager->GetScreenCorrection(mirroredParams->GetScreenId()); in InitForRenderThread()
H A Drs_surface_capture_task_parallel.cpp308 screenCorrection_ = screenManager->GetScreenCorrection(screenId); in CreatePixelMapByDisplayNode()
H A Drs_base_render_util.cpp1308 …tic_cast<int32_t>(RSBaseRenderUtil::RotateEnumToInt(screenManager->GetScreenCorrection(screenId))); in GetScreenRotationOffset()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_manager_test.cpp1238 screenManager->GetScreenCorrection(screenId);
1239 … ASSERT_EQ(screenManager->GetScreenCorrection(screenId), ScreenRotation::INVALID_SCREEN_ROTATION);
1256 ASSERT_EQ(screenManager->GetScreenCorrection(screenId), ScreenRotation::ROTATION_270);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1267 auto screenCorrection = screenManager->GetScreenCorrection(mirroredParams->GetScreenId()); in ScaleAndRotateMirrorForWiredScreen()