Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c1422 const int candmargin = 1; in IME_RenderCandidateList() local
1456 (candmargin * 2) + in IME_RenderCandidateList()
1464 ((candcount + 1) * candmargin) + in IME_RenderCandidateList()
1474 ((candcount + 1) * candmargin) + in IME_RenderCandidateList()
1486 (candmargin * 2) + in IME_RenderCandidateList()
1511 left = listborder + listpadding + candmargin; in IME_RenderCandidateList()
1512 …istpadding + (i * candborder * 2) + (i * candpadding * 2) + ((i + 1) * candmargin) + (i * maxcands… in IME_RenderCandidateList()
1513 right = size.cx - listborder - listpadding - candmargin; in IME_RenderCandidateList()
1517 …istpadding + (i * candborder * 2) + (i * candpadding * 2) + ((i + 1) * candmargin) + (i * horzcand… in IME_RenderCandidateList()
1522 top = listborder + listpadding + candmargin; in IME_RenderCandidateList()
[all …]

Completed in 5 milliseconds