Home
last modified time | relevance | path

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

/bsp/simulator/applications/lvgl/
A Dwin32drv.c511 HMODULE ModuleHandle = GetModuleHandleW(L"user32.dll"); in lv_win32_enable_child_window_dpi_message() local
512 if (!ModuleHandle) in lv_win32_enable_child_window_dpi_message()
533 HMODULE ModuleHandle = GetModuleHandleW(L"user32.dll"); in lv_win32_register_touch_window() local
534 if (!ModuleHandle) in lv_win32_register_touch_window()
557 HMODULE ModuleHandle = GetModuleHandleW(L"user32.dll"); in lv_win32_get_touch_input_info() local
558 if (!ModuleHandle) in lv_win32_get_touch_input_info()
566 GetProcAddress(ModuleHandle, "GetTouchInputInfo")); in lv_win32_get_touch_input_info()
579 if (!ModuleHandle) in lv_win32_close_touch_input_handle()
601 HMODULE ModuleHandle = LoadLibraryW(L"SHCore.dll"); in lv_win32_get_dpi_for_window() local
602 if (ModuleHandle) in lv_win32_get_dpi_for_window()
[all …]

Completed in 6 milliseconds