Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1415 SIZE maxcandsize = {0}; in IME_RenderCandidateList() local
1453 maxcandsize.cx = SDL_max(maxcandsize.cx, candsizes[i].cx); in IME_RenderCandidateList()
1454 maxcandsize.cy = SDL_max(maxcandsize.cy, candsizes[i].cy); in IME_RenderCandidateList()
1464 (maxcandsize.cx) in IME_RenderCandidateList()
1472 (candcount * maxcandsize.cy) in IME_RenderCandidateList()
1494 (maxcandsize.cy) in IME_RenderCandidateList()
1517 …ing + (i * candborder * 2) + (i * candpadding * 2) + ((i + 1) * candmargin) + (i * maxcandsize.cy); in IME_RenderCandidateList()
1519 bottom = top + maxcandsize.cy + (candpadding * 2) + (candborder * 2); in IME_RenderCandidateList()