Home
last modified time | relevance | path

Searched refs:INVALID_SCREEN_ROTATION (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h162 ScreenRotation nodeRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION;
163 ScreenRotation screenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Dscreen_types.h69 INVALID_SCREEN_ROTATION, enumerator
271 return screenCorrection == ScreenRotation::INVALID_SCREEN_ROTATION ? in ScreenRotationMapping()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_point_light_manager.h64 ScreenRotation screenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.h209 ScreenRotation originScreenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION;
H A Drs_display_render_node_drawable.cpp1268 if (screenCorrection != ScreenRotation::INVALID_SCREEN_ROTATION && in ScaleAndRotateMirrorForWiredScreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.cpp196 screenRotation = ScreenRotation::INVALID_SCREEN_ROTATION; in SetScreenRotation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/
H A Drs_dirty_rects_dfx_test.cpp258 rotation = ScreenRotation::INVALID_SCREEN_ROTATION;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_point_light_manager_test.cpp402 instance->SetScreenRotation(ScreenRotation::INVALID_SCREEN_ROTATION);
H A Drs_properties_test.cpp2956 screenRotation = ScreenRotation::INVALID_SCREEN_ROTATION;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp949 ScreenRotation curOrientation = ScreenRotation::INVALID_SCREEN_ROTATION;
952 EXPECT_TRUE(rcdInstance.curOrientation_ == ScreenRotation::INVALID_SCREEN_ROTATION);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp1799 …eenRotation::ROTATION_180, ScreenRotation::ROTATION_270, ScreenRotation::INVALID_SCREEN_ROTATION };
1817 …eenRotation::ROTATION_180, ScreenRotation::ROTATION_270, ScreenRotation::INVALID_SCREEN_ROTATION };
1836 …eenRotation::ROTATION_180, ScreenRotation::ROTATION_270, ScreenRotation::INVALID_SCREEN_ROTATION };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1422 ScreenRotation screenRotation_ = ScreenRotation::INVALID_SCREEN_ROTATION;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1576 …et = rsInterfaces->SetScreenCorrection(INVALID_SCREEN_ID, ScreenRotation::INVALID_SCREEN_ROTATION);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_manager_test.cpp1239 … ASSERT_EQ(screenManager->GetScreenCorrection(screenId), ScreenRotation::INVALID_SCREEN_ROTATION);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp903 return ScreenRotation::INVALID_SCREEN_ROTATION; in GetScreenCorrectionLocked()