Searched refs:current_page_index (Results 1 – 2 of 2) sorted by relevance
234 const int current_page_index = ComputePageIndex(candidate_window); in ComputeCandidateColumnSize() local235 if (current_page_index < 0) in ComputeCandidateColumnSize()237 const size_t start_from = current_page_index * candidate_window.page_size(); in ComputeCandidateColumnSize()268 const int current_page_index = ComputePageIndex(candidate_window); in ComputeAnnotationColumnSize() local269 if (current_page_index < 0) in ComputeAnnotationColumnSize()271 const size_t start_from = current_page_index * candidate_window.page_size(); in ComputeAnnotationColumnSize()708 const int current_page_index = ComputePageIndex(new_candidate_window); in UpdateCandidates() local709 if (current_page_index < 0) { in UpdateCandidates()715 current_page_index * new_candidate_window.page_size(); in UpdateCandidates()910 const int current_page_index = ComputePageIndex(candidate_window_); in SelectCandidateAt() local[all …]
256 const int current_page_index = ComputePageIndex(lookup_table); in ComputeCandidateColumnWidth() local257 if (current_page_index < 0) in ComputeCandidateColumnWidth()259 const size_t start_from = current_page_index * lookup_table.page_size; in ComputeCandidateColumnWidth()284 const int current_page_index = ComputePageIndex(lookup_table); in ComputeAnnotationColumnWidth() local285 if (current_page_index < 0) in ComputeAnnotationColumnWidth()287 const size_t start_from = current_page_index * lookup_table.page_size; in ComputeAnnotationColumnWidth()907 const int current_page_index = ComputePageIndex(new_lookup_table); in UpdateCandidates() local908 if (current_page_index < 0) { in UpdateCandidates()914 const size_t start_from = current_page_index * new_lookup_table.page_size; in UpdateCandidates()1130 const int current_page_index = ComputePageIndex(lookup_table_); in SelectCandidateAt() local[all …]