Searched refs:code_point (Results 1 – 1 of 1) sorted by relevance
1089 uint32_t code_point = raw_code_point; in lv_win32_window_message_callback() local1099 code_point = (low_surrogate & 0x03FF); in lv_win32_window_message_callback()1100 code_point += (((high_surrogate & 0x03FF) + 0x40) << 10); in lv_win32_window_message_callback()1107 _lv_txt_unicode_to_encoded(code_point); in lv_win32_window_message_callback()
Completed in 4 milliseconds