Searched refs:fMaxHeight (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwladapterwidgetmgr.cpp | 29 float fMaxHeight, in GetPopupPos() argument 36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, pPopupRect); in GetPopupPos()
|
D | cxfa_fwladapterwidgetmgr.h | 24 float fMaxHeight,
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widgetmgr.h | 30 float fMaxHeight, 66 float fMaxHeight,
|
D | cfwl_datetimepicker.h | 85 float fMaxHeight,
|
D | cfwl_combobox.h | 109 float fMaxHeight,
|
D | cfwl_widgetmgr.cpp | 306 float fMaxHeight, in GetAdapterPopupPos() argument 309 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, in GetAdapterPopupPos()
|
D | cfwl_datetimepicker.cpp | 449 float fMaxHeight, in GetPopupPos() argument 452 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
|
D | cfwl_combobox.cpp | 583 float fMaxHeight, in GetPopupPos() argument 586 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_scroll_bar.cpp | 807 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()
|