Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp382 void CFWL_Widget::GetPopupPos(float fMinHeight, in GetPopupPos() argument
388 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
392 GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
397 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
401 GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
404 bool CFWL_Widget::GetPopupPosMenu(float fMinHeight, in GetPopupPosMenu() argument
436 bool CFWL_Widget::GetPopupPosComboBox(float fMinHeight, in GetPopupPosComboBox() argument
443 else if (rtPopup.height < fMinHeight) in GetPopupPosComboBox()
444 fPopHeight = fMinHeight; in GetPopupPosComboBox()
460 bool CFWL_Widget::GetPopupPosGeneral(float fMinHeight, in GetPopupPosGeneral() argument
Dcfwl_widget.h139 void GetPopupPos(float fMinHeight,
166 bool GetPopupPosMenu(float fMinHeight,
170 bool GetPopupPosComboBox(float fMinHeight,
174 bool GetPopupPosGeneral(float fMinHeight,
Dcfwl_widgetmgr.h64 float fMinHeight,
Dcfwl_widgetmgr.cpp382 float fMinHeight, in GetAdapterPopupPos() argument
386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()
/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.cpp28 float fMinHeight, in GetPopupPos() argument
36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, rtPopup); in GetPopupPos()
Dcxfa_fwladapterwidgetmgr.h22 float fMinHeight,
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp837 float fMinHeight = rcMin.top - rcMin.bottom; in GetScrollArea() local
852 if (rcClient.top - rcClient.bottom > fMinHeight + fMaxHeight + 2) { in GetScrollArea()
853 rcArea = CFX_FloatRect(rcClient.left, rcClient.bottom + fMinHeight + 1, in GetScrollArea()
857 CFX_FloatRect(rcClient.left, rcClient.bottom + fMinHeight + 1, in GetScrollArea()
858 rcClient.right, rcClient.bottom + fMinHeight + 1); in GetScrollArea()