Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/windows/
Dlv_windows_input.c259 typedef BOOL(WINAPI * function_type)(HTOUCHINPUT, UINT, PTOUCHINPUT, int); in lv_windows_get_touch_input_info() typedef
261 function_type function = (function_type)( in lv_windows_get_touch_input_info()
278 typedef BOOL(WINAPI * function_type)(HTOUCHINPUT); in lv_windows_close_touch_input_handle() typedef
280 function_type function = (function_type)( in lv_windows_close_touch_input_handle()
483 typedef HIMC(WINAPI * function_type)(HWND); in lv_windows_imm_get_context() typedef
485 function_type function = (function_type)( in lv_windows_imm_get_context()
503 typedef BOOL(WINAPI * function_type)(HWND, HIMC); in lv_windows_imm_release_context() typedef
505 function_type function = (function_type)( in lv_windows_imm_release_context()
523 typedef HIMC(WINAPI * function_type)(HWND, HIMC); in lv_windows_imm_associate_context() typedef
525 function_type function = (function_type)( in lv_windows_imm_associate_context()
[all …]
Dlv_windows_context.c361 typedef HRESULT(WINAPI * function_type)( in lv_windows_get_dpi_for_window() typedef
364 function_type function = (function_type)( in lv_windows_get_dpi_for_window()
409 typedef BOOL(WINAPI * function_type)(HWND, ULONG); in lv_windows_register_touch_window() typedef
411 function_type function = (function_type)( in lv_windows_register_touch_window()
452 typedef BOOL(WINAPI * function_type)(HWND, BOOL); in lv_windows_enable_child_window_dpi_message() typedef
454 function_type function = (function_type)( in lv_windows_enable_child_window_dpi_message()