Lines Matching refs:module_handle
254 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
499 if(!module_handle) { in lv_windows_imm_release_context()
506 GetProcAddress(module_handle, "ImmReleaseContext")); in lv_windows_imm_release_context()
518 HMODULE module_handle = GetModuleHandleW(L"imm32.dll"); in lv_windows_imm_associate_context() local
519 if(!module_handle) { in lv_windows_imm_associate_context()
526 GetProcAddress(module_handle, "ImmAssociateContext")); in lv_windows_imm_associate_context()
538 HMODULE module_handle = GetModuleHandleW(L"imm32.dll"); in lv_windows_imm_set_composition_window() local
539 if(!module_handle) { in lv_windows_imm_set_composition_window()
546 GetProcAddress(module_handle, "ImmSetCompositionWindow")); in lv_windows_imm_set_composition_window()