/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_point_light_manager.h | 38 void SetScreenRotation(ScreenRotation screenRotation) in SetScreenRotation() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/ |
H A D | rsdisplaynodecommand_fuzzer.cpp | 75 ScreenRotation screenRotation = GetData<ScreenRotation>();
in DoDisplayNode() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 74 ScreenRotation screenRotation = (ScreenRotation)rogWidth;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_display_node_command.cpp | 93 void DisplayNodeCommandHelper::SetScreenRotation(RSContext& context, NodeId id, const ScreenRotation& screenRotation) in SetScreenRotation() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspointlightmanager_fuzzer/ |
H A D | rspointlightmanager_fuzzer.cpp | 210 ScreenRotation screenRotation = (ScreenRotation)value;
in DoSetScreenRotation() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_surface_capture_task_parallel.cpp | 363 auto screenRotation = ScreenRotationMapping(screenRotation_);
in CalPixelMapRotation() local
|
H A D | rs_uni_hwc_prevalidate_util.cpp | 324 const auto screenRotation = screenInfo.rotation; in LayerRotate() local
|
H A D | rs_uni_render_virtual_processor.cpp | 260 void RSUniRenderVirtualProcessor::OriginScreenRotation(ScreenRotation screenRotation, float width, float height) in OriginScreenRotation() argument
|
H A D | rs_uni_render_composer_adapter.cpp | 555 const auto screenRotation = screenInfo_.rotation; in DealWithNodeGravity() local 627 const auto screenRotation = screenInfo_.rotation; in DealWithNodeGravity() local 1515 SetLayerTransform(const LayerInfoPtr& layer, RSSurfaceRenderNode& node, const sptr<IConsumerSurface>& surface, ScreenRotation screenRotation) SetLayerTransform() argument 1529 SetLayerTransform(const LayerInfoPtr& layer, DrawableV2::RSRenderNodeDrawableAdapter& drawable, const sptr<IConsumerSurface>& surface, ScreenRotation screenRotation) SetLayerTransform() argument 1547 const auto screenRotation = screenInfo.rotation; SetLayerSize() local [all...] |
H A D | rs_composer_adapter.cpp | 278 const auto screenRotation = screenInfo_.rotation; in DealWithNodeGravity() local 696 const auto screenRotation = screenInfo.rotation; in SetLayerSize() local 679 SetLayerTransform(const LayerInfoPtr& layer, RSBaseRenderNode& node, const sptr<IConsumerSurface>& surface, ScreenRotation screenRotation) SetLayerTransform() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_display_node.cpp | 194 ScreenRotation screenRotation = ScreenRotation::ROTATION_0; in SetScreenRotation() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_render_node_three_test.cpp | 493 ScreenRotation screenRotation = ScreenRotation::ROTATION_0; in HWTEST_F() local
|
H A D | rs_surface_render_node_test.cpp | 1964 ScreenRotation screenRotation = ScreenRotation::ROTATION_0; in HWTEST_F() local 2108 ScreenRotation screenRotation = ScreenRotation::ROTATION_0; in HWTEST_F() local 2155 ScreenRotation screenRotation = ScreenRotation::ROTATION_0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 169 uint32_t screenRotation = GetData<uint32_t>(); in RSPhysicalScreenFuzzTest() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 2895 ScreenRotation screenRotation = ScreenRotation::ROTATION_90; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_display_render_node.h | 131 void SetScreenRotation(const ScreenRotation& screenRotation) in SetScreenRotation() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 815 void RSScreen::SetScreenCorrection(ScreenRotation screenRotation)
in SetScreenCorrection() argument
|
H A D | rs_screen_manager.cpp | 913 ScreenRotation screenRotation = screensIt->second->GetScreenCorrection();
in GetScreenCorrectionLocked() local 1753 int32_t RSScreenManager::SetScreenCorrectionLocked(ScreenId id, ScreenRotation screenRotation)
in SetScreenCorrectionLocked() argument 2006 int32_t RSScreenManager::SetScreenCorrection(ScreenId id, ScreenRotation screenRotation)
in SetScreenCorrection() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_client.cpp | 858 int32_t RSRenderServiceClient::SetScreenCorrection(ScreenId id, ScreenRotation screenRotation) in SetScreenCorrection() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 998 ScreenRotation screenRotation = static_cast<ScreenRotation>(data.ReadInt32()); in OnRemoteRequest() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 562 auto screenRotation = GetRenderParams()->GetScreenRotation(); in OnDraw() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 336 int32_t RSRenderServiceClient::SetScreenCorrection(ScreenId id, ScreenRotation screenRotation) in SetScreenCorrection() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 467 int32_t RSInterfaces::SetScreenCorrection(ScreenId id, ScreenRotation screenRotation)
in SetScreenCorrection() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 336 int32_t RSRenderServiceClient::SetScreenCorrection(ScreenId id, ScreenRotation screenRotation) in SetScreenCorrection() argument
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 512 float screenRotation = ConvertRotationToFloat(rotationAfter); in ScreenOrientationChange() local
|