Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c73 data->ime_candpgsize = 0; in WIN_InitKeyboard()
837 videodata->ime_candpgsize = i - page_start; in IME_GetCandidateList()
839 videodata->ime_candpgsize = SDL_min(cand_list->dwPageSize, MAX_CANDLIST); in IME_GetCandidateList()
840 … page_start = (cand_list->dwSelection / videodata->ime_candpgsize) * videodata->ime_candpgsize; in IME_GetCandidateList()
843 …page_start, j = 0; (DWORD)i < cand_list->dwCount && j < (int)videodata->ime_candpgsize; i++, j++) { in IME_GetCandidateList()
1017 videodata->ime_candpgsize = SDL_min(pgsize, MAX_CANDLIST); in UILess_GetCandidateList()
1021 for (i = pgstart, j = 0; (DWORD)i < count && j < videodata->ime_candpgsize; i++, j++) { in UILess_GetCandidateList()
1417 …nt candcount = SDL_min(SDL_min(MAX_CANDLIST, videodata->ime_candcount), videodata->ime_candpgsize); in IME_RenderCandidateList()
DSDL_windowsvideo.h162 UINT ime_candpgsize; member