Searched refs:screenCorrection (Results 1 – 3 of 3) sorted by relevance
269 inline int32_t ScreenRotationMapping(ScreenRotation screenCorrection) in ScreenRotationMapping() argument271 return screenCorrection == ScreenRotation::INVALID_SCREEN_ROTATION ? in ScreenRotationMapping()272 RS_ROTATION_0 : static_cast<int32_t>(screenCorrection) * RS_ROTATION_90; in ScreenRotationMapping()
391 auto screenCorrection = ScreenRotationMapping(screenCorrection_); in CalPixelMapRotation() local392 int32_t rotation = screenRotation - screenCorrection; in CalPixelMapRotation()
1267 auto screenCorrection = screenManager->GetScreenCorrection(mirroredParams->GetScreenId()); in ScaleAndRotateMirrorForWiredScreen() local1268 if (screenCorrection != ScreenRotation::INVALID_SCREEN_ROTATION && in ScaleAndRotateMirrorForWiredScreen()1269 screenCorrection != ScreenRotation::ROTATION_0) { in ScaleAndRotateMirrorForWiredScreen()1272 - static_cast<int>(screenCorrection)) % SCREEN_ROTATION_NUM); in ScaleAndRotateMirrorForWiredScreen()