Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c72 data->ime_candsel = 0; in WIN_InitKeyboard()
817 videodata->ime_candsel = cand_list->dwSelection; in IME_GetCandidateList()
848 videodata->ime_candsel = -1; in IME_GetCandidateList()
999 videodata->ime_candsel = selection; in UILess_GetCandidateList()
1018 videodata->ime_candsel = videodata->ime_candsel - pgstart; in UILess_GetCandidateList()
1031 videodata->ime_candsel = -1; in UILess_GetCandidateList()
1532 if (i == videodata->ime_candsel) { in IME_RenderCandidateList()
DSDL_windowsvideo.h161 DWORD ime_candsel; member