Home
last modified time | relevance | path

Searched refs:rtVertScr (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp864 CFX_RectF rtVertScr; in Layout() local
866 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() local
921 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()