Searched refs:pgcount (Results 1 – 1 of 1) sorted by relevance
986 UINT pgcount = 0; in UILess_GetCandidateList() local998 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