Searched refs:candsizes (Results 1 – 1 of 1) sorted by relevance
1414 SIZE candsizes[MAX_CANDLIST]; in IME_RenderCandidateList() local1452 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()