Searched refs:GetScreenCorrection (Results 1 – 9 of 9) sorted by relevance
87 virtual ScreenRotation GetScreenCorrection() const = 0;179 ScreenRotation GetScreenCorrection() const override;
122 virtual ScreenRotation GetScreenCorrection(ScreenId id) const = 0;332 ScreenRotation GetScreenCorrection(ScreenId id) const override;
823 ScreenRotation RSScreen::GetScreenCorrection() const in GetScreenCorrection() function in OHOS::Rosen::impl::RSScreen
906 ScreenRotation screenRotation = screensIt->second->GetScreenCorrection(); in GetScreenCorrectionLocked()1425 ScreenRotation RSScreenManager::GetScreenCorrection(ScreenId id) const in GetScreenCorrection() function in OHOS::Rosen::impl::RSScreenManager
66 screenCorrection_ = screenManager->GetScreenCorrection(mirroredParams->GetScreenId()); in InitForRenderThread()
308 screenCorrection_ = screenManager->GetScreenCorrection(screenId); in CreatePixelMapByDisplayNode()
1308 …tic_cast<int32_t>(RSBaseRenderUtil::RotateEnumToInt(screenManager->GetScreenCorrection(screenId))); in GetScreenRotationOffset()
1238 screenManager->GetScreenCorrection(screenId);1239 … ASSERT_EQ(screenManager->GetScreenCorrection(screenId), ScreenRotation::INVALID_SCREEN_ROTATION);1256 ASSERT_EQ(screenManager->GetScreenCorrection(screenId), ScreenRotation::ROTATION_270);
1267 auto screenCorrection = screenManager->GetScreenCorrection(mirroredParams->GetScreenId()); in ScaleAndRotateMirrorForWiredScreen()