Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1414 SIZE candsizes[MAX_CANDLIST]; in IME_RenderCandidateList() local
1452 GetTextExtentPoint32W(hdc, s, (int)SDL_wcslen(s), &candsizes[i]); in IME_RenderCandidateList()
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()
1486 size.cx += candsizes[i].cx; in IME_RenderCandidateList()
1525 left += candsizes[j].cx; in IME_RenderCandidateList()
1528 right = left + candsizes[i].cx + (candpadding * 2) + (candborder * 2); in IME_RenderCandidateList()