Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp1551 CFX_RectF rtVertScr; in Layout() local
1553 rtVertScr.Set(m_rtClient.right() + FWL_EDIT_Margin, m_rtClient.top, in Layout()
1556 rtVertScr.Set(m_rtClient.right() - fWidth, m_rtClient.top, fWidth, in Layout()
1559 rtVertScr.height -= fWidth; in Layout()
1563 m_pVertScrollBar->SetWidgetRect(rtVertScr); in Layout()
1604 CFX_RectF rtVertScr; in LayoutScrollBar() local
1606 rtVertScr.Set(m_rtClient.right() + FWL_EDIT_Margin, m_rtClient.top, in LayoutScrollBar()
1609 rtVertScr.Set(m_rtClient.right() - fWidth, m_rtClient.top, fWidth, in LayoutScrollBar()
1612 rtVertScr.height -= fWidth; in LayoutScrollBar()
1615 m_pVertScrollBar->SetWidgetRect(rtVertScr); in LayoutScrollBar()