Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/windows/
Dlv_windows_input.c254 HMODULE module_handle = GetModuleHandleW(L"user32.dll"); in lv_windows_get_touch_input_info() local
255 if(!module_handle) { in lv_windows_get_touch_input_info()
262 GetProcAddress(module_handle, "GetTouchInputInfo")); in lv_windows_get_touch_input_info()
273 HMODULE module_handle = GetModuleHandleW(L"user32.dll"); in lv_windows_close_touch_input_handle() local
274 if(!module_handle) { in lv_windows_close_touch_input_handle()
281 GetProcAddress(module_handle, "CloseTouchInputHandle")); in lv_windows_close_touch_input_handle()
478 HMODULE module_handle = GetModuleHandleW(L"imm32.dll"); in lv_windows_imm_get_context() local
479 if(!module_handle) { in lv_windows_imm_get_context()
486 GetProcAddress(module_handle, "ImmGetContext")); in lv_windows_imm_get_context()
498 HMODULE module_handle = GetModuleHandleW(L"imm32.dll"); in lv_windows_imm_release_context() local
[all …]
Dlv_windows_context.c352 HMODULE module_handle = LoadLibraryW(L"SHCore.dll"); in lv_windows_get_dpi_for_window() local
353 if(module_handle) { in lv_windows_get_dpi_for_window()
365 GetProcAddress(module_handle, "GetDpiForMonitor")); in lv_windows_get_dpi_for_window()
382 FreeLibrary(module_handle); in lv_windows_get_dpi_for_window()
404 HMODULE module_handle = GetModuleHandleW(L"user32.dll"); in lv_windows_register_touch_window() local
405 if(!module_handle) { in lv_windows_register_touch_window()
412 GetProcAddress(module_handle, "RegisterTouchWindow")); in lv_windows_register_touch_window()
447 HMODULE module_handle = GetModuleHandleW(L"user32.dll"); in lv_windows_enable_child_window_dpi_message() local
448 if(!module_handle) { in lv_windows_enable_child_window_dpi_message()
455 GetProcAddress(module_handle, "EnableChildWindowDpiMessage")); in lv_windows_enable_child_window_dpi_message()