Searched refs:last_page_y (Results 1 – 1 of 1) sorted by relevance
596 int last_page_y = y - vis_height; in GetPageScrollIncrement() local597 RowInfo last_page_info = GetRowInfo(std::max(0, last_page_y)); in GetPageScrollIncrement()598 if (last_page_y != last_page_info.origin) in GetPageScrollIncrement()