Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1417 …const int candcount = SDL_min(SDL_min(MAX_CANDLIST, videodata->ime_candcount), videodata->ime_cand… in IME_RenderCandidateList() local
1447 for (i = 0; i < candcount; ++i) { in IME_RenderCandidateList()
1469 ((candcount + 1) * candmargin) + in IME_RenderCandidateList()
1470 (candcount * candborder * 2) + in IME_RenderCandidateList()
1471 (candcount * candpadding * 2) + in IME_RenderCandidateList()
1472 (candcount * maxcandsize.cy) in IME_RenderCandidateList()
1479 ((candcount + 1) * candmargin) + in IME_RenderCandidateList()
1480 (candcount * candborder * 2) + in IME_RenderCandidateList()
1481 (candcount * candpadding * 2) + in IME_RenderCandidateList()
1482 ((candcount - 1) * horzcandspacing); in IME_RenderCandidateList()
[all …]