Searched refs:rtVertScr (Results 1 – 1 of 1) sorted by relevance
957 CFX_RectF rtVertScr; in Layout() local959 rtVertScr = CFX_RectF(m_rtClient.right() + kEditMargin, m_rtClient.top, in Layout()962 rtVertScr = CFX_RectF(m_rtClient.right() - fWidth, m_rtClient.top, fWidth, in Layout()965 rtVertScr.height -= fWidth; in Layout()969 m_pVertScrollBar->SetWidgetRect(rtVertScr); in Layout()1012 CFX_RectF rtVertScr; in LayoutScrollBar() local1014 rtVertScr = CFX_RectF(m_rtClient.right() + kEditMargin, m_rtClient.top, in LayoutScrollBar()1017 rtVertScr = CFX_RectF(m_rtClient.right() - fWidth, m_rtClient.top, in LayoutScrollBar()1020 rtVertScr.height -= fWidth; in LayoutScrollBar()1022 m_pVertScrollBar->SetWidgetRect(rtVertScr); in LayoutScrollBar()