Searched refs:module_handle (Results 1 – 2 of 2) sorted by relevance
254 HMODULE module_handle = GetModuleHandleW(L"user32.dll"); in lv_windows_get_touch_input_info() local255 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() local274 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() local479 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 …]
352 HMODULE module_handle = LoadLibraryW(L"SHCore.dll"); in lv_windows_get_dpi_for_window() local353 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() local405 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() local448 if(!module_handle) { in lv_windows_enable_child_window_dpi_message()455 GetProcAddress(module_handle, "EnableChildWindowDpiMessage")); in lv_windows_enable_child_window_dpi_message()