Searched refs:visible_height (Results 1 – 1 of 1) sorted by relevance
2552 int visible_height = std::min(content_height, surface_height); in UpdateScrolling() local2553 int last_visible_line = m_first_visible_line + visible_height - 1; in UpdateScrolling()2559 m_first_visible_line = content_height - visible_height; in UpdateScrolling()2568 m_first_visible_line = context.end - visible_height + 1; in UpdateScrolling()