Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp957 CFX_RectF rtVertScr; in Layout() local
959 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() local
1014 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()