Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.cpp29 float fMaxHeight, in GetPopupPos() argument
36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, pPopupRect); in GetPopupPos()
Dcxfa_fwladapterwidgetmgr.h24 float fMaxHeight,
/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h30 float fMaxHeight,
66 float fMaxHeight,
Dcfwl_datetimepicker.h85 float fMaxHeight,
Dcfwl_combobox.h109 float fMaxHeight,
Dcfwl_widgetmgr.cpp306 float fMaxHeight, in GetAdapterPopupPos() argument
309 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, in GetAdapterPopupPos()
Dcfwl_datetimepicker.cpp449 float fMaxHeight, in GetPopupPos() argument
452 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
Dcfwl_combobox.cpp583 float fMaxHeight, in GetPopupPos() argument
586 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp807 float fMaxHeight = rcMax.Height(); in GetScrollArea() local
820 if (rcClient.top - rcClient.bottom > fMinHeight + fMaxHeight + 2) { in GetScrollArea()
822 rcClient.right, rcClient.top - fMaxHeight - 1); in GetScrollArea()