Home
last modified time | relevance | path

Searched refs:SetWindowInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dscreen_system_manager.h56 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 Drs_surface_render_params.h62 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 Drs_uni_render_util_test.cpp95 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 Dserver_msg_handler.h119 void SetWindowInfo(int32_t infoId, WindowInfo &info);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp488 surfaceParams->SetWindowInfo(false, true, false);
493 surfaceParams->SetWindowInfo(true, false, false);
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1099 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 Dswapchain_layer.cpp742 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 Dserver_msg_handler.cpp866 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 Dframe_node_test_ng_new.cpp661 ScreenSystemManager::GetInstance().SetWindowInfo(screenWidth, 1.0, 1.0);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp1352 ScreenSystemManager::GetInstance().SetWindowInfo(FULL_SCREEN_WIDTH, 1.0, 1.0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1533 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 Drs_surface_render_node.cpp2831 surfaceParams->SetWindowInfo(IsMainWindowType(), IsLeashWindow(), IsAppWindow()); in UpdateRenderParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2249 ScreenSystemManager::GetInstance().SetWindowInfo(rootWidth_, density_, dipScale_); in SetRootSizeWithWidthHeight()