Lines Matching refs:rtScroll
359 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect(); in DrawTextBk() local
361 CFX_RectF rtStatic(m_rtClient.right() - rtScroll.height, in DrawTextBk()
362 m_rtClient.bottom() - rtScroll.height, rtScroll.height, in DrawTextBk()
363 rtScroll.height); in DrawTextBk()
667 CFX_RectF rtScroll = m_pHorzScrollBar->GetWidgetRect(); in UpdateScroll() local
668 if (rtScroll.width < contents_bounds.width) { in UpdateScroll()
671 float fRange = contents_bounds.width - rtScroll.width; in UpdateScroll()
677 m_pHorzScrollBar->SetPageSize(rtScroll.width); in UpdateScroll()
678 m_pHorzScrollBar->SetStepSize(rtScroll.width / 10); in UpdateScroll()
695 CFX_RectF rtScroll = m_pVertScrollBar->GetWidgetRect(); in UpdateScroll() local
696 if (rtScroll.height < contents_bounds.height) { in UpdateScroll()
707 m_pVertScrollBar->SetPageSize(rtScroll.height); in UpdateScroll()