Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c991 UINT pgcount = 0; in UILess_GetCandidateList() local
1003 pcandlist->lpVtbl->GetPageIndex(pcandlist, 0, 0, &pgcount); in UILess_GetCandidateList()
1004 if (pgcount > 0) { in UILess_GetCandidateList()
1005 UINT *idxlist = SDL_malloc(sizeof(UINT) * pgcount); in UILess_GetCandidateList()
1007 pcandlist->lpVtbl->GetPageIndex(pcandlist, idxlist, pgcount, &pgcount); in UILess_GetCandidateList()
1009 if (page < pgcount - 1) in UILess_GetCandidateList()