Lines Matching refs:ModuleHandle
511 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()
520 GetProcAddress(ModuleHandle, "EnableChildWindowDpiMessage")); 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()
542 GetProcAddress(ModuleHandle, "RegisterTouchWindow")); 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()
578 HMODULE ModuleHandle = GetModuleHandleW(L"user32.dll"); in lv_win32_close_touch_input_handle() local
579 if (!ModuleHandle) in lv_win32_close_touch_input_handle()
587 GetProcAddress(ModuleHandle, "CloseTouchInputHandle")); 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()
615 GetProcAddress(ModuleHandle, "GetDpiForMonitor")); in lv_win32_get_dpi_for_window()
634 FreeLibrary(ModuleHandle); in lv_win32_get_dpi_for_window()