/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | screen_system_manager.h | 56 void SetWindowInfo(double screenWidth, double density, double dipScale) in SetWindowInfo() function 64 void SetWindowInfo(double density, double dipScale) in SetWindowInfo() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_surface_render_params.h | 62 void SetWindowInfo(bool isMainWindowType, bool isLeashWindow, bool isAppWindow) in SetWindowInfo() function 85 void SetWindowInfo(bool isMainWindowType, bool isLeashWindow, bool isAppWindow) in SetWindowInfo() function 87 windowInfo_.SetWindowInfo(isMainWindowType, isLeashWindow, isAppWindow); in SetWindowInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_util_test.cpp | 95 drawableParam->SetWindowInfo(false, false, true); 119 drawableParam->SetWindowInfo(false, false, false); 140 param->SetWindowInfo(false, false, true); 162 param->SetWindowInfo(false, false, false); 202 param->SetWindowInfo(false, false, false); 223 param->SetWindowInfo(true, false, true); 775 param->SetWindowInfo(false, false, true); 829 param->SetWindowInfo(false, false, false);
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/ |
H A D | server_msg_handler.h | 119 void SetWindowInfo(int32_t infoId, WindowInfo &info);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_surface_render_node_drawable_test.cpp | 488 surfaceParams->SetWindowInfo(false, true, false); 493 surfaceParams->SetWindowInfo(true, false, false);
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 1099 EXPECT_NO_FATAL_FAILURE(handler.SetWindowInfo(infoId, info)); 1101 EXPECT_NO_FATAL_FAILURE(handler.SetWindowInfo(infoId, info));
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 742 VKAPI_ATTR VkResult SetWindowInfo(VkDevice device, const VkSwapchainCreateInfoKHR* createInfo) in SetWindowInfo() function 799 return SetWindowInfo(device, createInfo); in SetSwapchainCreateInfo()
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 866 void ServerMsgHandler::SetWindowInfo(int32_t infoId, WindowInfo &info) in SetWindowInfo() function in OHOS::MMI::ServerMsgHandler
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_new.cpp | 661 ScreenSystemManager::GetInstance().SetWindowInfo(screenWidth, 1.0, 1.0);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutFst_test_ng.cpp | 1352 ScreenSystemManager::GetInstance().SetWindowInfo(FULL_SCREEN_WIDTH, 1.0, 1.0);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1533 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootRect() 1536 ScreenSystemManager::GetInstance().SetWindowInfo(density_, dipScale_); in SetRootRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 2831 surfaceParams->SetWindowInfo(IsMainWindowType(), IsLeashWindow(), IsAppWindow()); in UpdateRenderParams()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2249 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootSizeWithWidthHeight()
|