Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1427 const int candmargin = 1; in IME_RenderCandidateList() local
1461 (candmargin * 2) + in IME_RenderCandidateList()
1469 ((candcount + 1) * candmargin) + in IME_RenderCandidateList()
1479 ((candcount + 1) * candmargin) + in IME_RenderCandidateList()
1491 (candmargin * 2) + in IME_RenderCandidateList()
1516 left = listborder + listpadding + candmargin; in IME_RenderCandidateList()
1517 …istpadding + (i * candborder * 2) + (i * candpadding * 2) + ((i + 1) * candmargin) + (i * maxcands… in IME_RenderCandidateList()
1518 right = size.cx - listborder - listpadding - candmargin; in IME_RenderCandidateList()
1522 …istpadding + (i * candborder * 2) + (i * candpadding * 2) + ((i + 1) * candmargin) + (i * horzcand… in IME_RenderCandidateList()
1527 top = listborder + listpadding + candmargin; in IME_RenderCandidateList()
[all …]