Searched refs:rtVertScr (Results 1 – 1 of 1) sorted by relevance
864 CFX_RectF rtVertScr; in Layout() local866 rtVertScr = CFX_RectF(m_rtClient.right() + kEditMargin, m_rtClient.top, in Layout()869 rtVertScr = CFX_RectF(m_rtClient.right() - fWidth, m_rtClient.top, fWidth, in Layout()872 rtVertScr.height -= fWidth; in Layout()876 m_pVertScrollBar->SetWidgetRect(rtVertScr); in Layout()919 CFX_RectF rtVertScr; in LayoutScrollBar() local921 rtVertScr = CFX_RectF(m_rtClient.right() + kEditMargin, m_rtClient.top, in LayoutScrollBar()924 rtVertScr = CFX_RectF(m_rtClient.right() - fWidth, m_rtClient.top, in LayoutScrollBar()927 rtVertScr.height -= fWidth; in LayoutScrollBar()929 m_pVertScrollBar->SetWidgetRect(rtVertScr); in LayoutScrollBar()