Searched refs:last_page_info (Results 1 – 1 of 1) sorted by relevance
597 RowInfo last_page_info = GetRowInfo(std::max(0, last_page_y)); in GetPageScrollIncrement() local598 if (last_page_y != last_page_info.origin) in GetPageScrollIncrement()599 return std::max(0, y - last_page_info.origin - last_page_info.height); in GetPageScrollIncrement()600 return std::max(0, y - last_page_info.origin); in GetPageScrollIncrement()