Home
last modified time | relevance | path

Searched refs:screenCorrection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Dscreen_types.h269 inline int32_t ScreenRotationMapping(ScreenRotation screenCorrection) in ScreenRotationMapping() argument
271 return screenCorrection == ScreenRotation::INVALID_SCREEN_ROTATION ? in ScreenRotationMapping()
272 RS_ROTATION_0 : static_cast<int32_t>(screenCorrection) * RS_ROTATION_90; in ScreenRotationMapping()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task_parallel.cpp391 auto screenCorrection = ScreenRotationMapping(screenCorrection_); in CalPixelMapRotation() local
392 int32_t rotation = screenRotation - screenCorrection; in CalPixelMapRotation()
/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() local
1268 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()