Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp98 CFX_RectF rtClip(m_ContentRect); in DrawWidget()
268 CFX_PointF pos = point - m_ContentRect.TopLeft(); in GetItemAtPoint()
298 rtItem.Offset(0, -fPosY + m_ContentRect.top); in ScrollToVisible()
299 if (rtItem.top < m_ContentRect.top) { in ScrollToVisible()
300 fPosY += rtItem.top - m_ContentRect.top; in ScrollToVisible()
302 } else if (rtItem.bottom() > m_ContentRect.bottom()) { in ScrollToVisible()
303 fPosY += rtItem.bottom() - m_ContentRect.bottom(); in ScrollToVisible()
341 CFX_RectF rtView(m_ContentRect); in DrawItems()
354 rtItem.Offset(m_ContentRect.left - fPosX, m_ContentRect.top - fPosY); in DrawItems()
355 if (rtItem.bottom() < m_ContentRect.top) in DrawItems()
[all …]
Dcfwl_combobox.cpp271 m_ContentRect = m_ClientRect; in Layout()
284 m_ContentRect.Deflate(pUIMargin.left, pUIMargin.top, pUIMargin.width, in Layout()
290 CFX_RectF rtEdit(m_ContentRect.left, m_ContentRect.top, in Layout()
291 m_ContentRect.width - fBtn, m_ContentRect.height); in Layout()
Dcfwl_combobox.h117 CFX_RectF m_ContentRect; variable
Dcfwl_listbox.h131 CFX_RectF m_ContentRect; variable