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