Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c992 DWORD pgstart = 0; in UILess_GetCandidateList() local
1008 pgstart = idxlist[page]; in UILess_GetCandidateList()
1010 pgsize = SDL_min(count, idxlist[page + 1]) - pgstart; in UILess_GetCandidateList()
1012 pgsize = count - pgstart; in UILess_GetCandidateList()
1018 videodata->ime_candsel = videodata->ime_candsel - pgstart; in UILess_GetCandidateList()
1021 for (i = pgstart, j = 0; (DWORD)i < count && j < videodata->ime_candpgsize; i++, j++) { in UILess_GetCandidateList()