Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c1415 const int listborder = 1; in IME_RenderCandidateList() local
1431 …HPEN listpen = listborder != 0 ? CreatePen(PS_SOLID, listborder, listbordercolor) : (HPEN)GetStock… in IME_RenderCandidateList()
1454 (listborder * 2) + in IME_RenderCandidateList()
1462 (listborder * 2) + in IME_RenderCandidateList()
1472 (listborder * 2) + in IME_RenderCandidateList()
1484 (listborder * 2) + in IME_RenderCandidateList()
1497 DrawRect(hdc, 0, 0, size.cx, size.cy, listborder); in IME_RenderCandidateList()
1511 left = listborder + listpadding + candmargin; in IME_RenderCandidateList()
1513 right = size.cx - listborder - listpadding - candmargin; in IME_RenderCandidateList()
1522 top = listborder + listpadding + candmargin; in IME_RenderCandidateList()
[all …]

Completed in 5 milliseconds