Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c986 UINT pgcount = 0; in UILess_GetCandidateList() local
998 pcandlist->lpVtbl->GetPageIndex(pcandlist, 0, 0, &pgcount); in UILess_GetCandidateList()
999 if (pgcount > 0) { in UILess_GetCandidateList()
1000 UINT *idxlist = SDL_malloc(sizeof(UINT) * pgcount); in UILess_GetCandidateList()
1002 pcandlist->lpVtbl->GetPageIndex(pcandlist, idxlist, pgcount, &pgcount); in UILess_GetCandidateList()
1004 if (page < pgcount - 1) in UILess_GetCandidateList()

Completed in 5 milliseconds